Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 51d68cffe2a3fe771cf7b6ee69196f2419a4a95d..890785c34ddef990c8c8acb7efb905b5b9a2cc54 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -282,6 +282,9 @@ config("executable_config") { |
| if (is_win) { |
| configs += _windows_linker_configs |
| + |
| + # Currently only turn on linker CFI for executables. |
|
scottmg
2017/04/13 06:01:18
Can you add a link here to the bug?
|
| + configs += [ "//build/config/win:cfi_linker" ] |
| } else if (is_mac) { |
| configs += [ |
| "//build/config/mac:mac_dynamic_flags", |