| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index 5a4f99c223fbb4ad8771567c4cf39fcf617b1c5c..b77b645ce8ddba527925b4a17bc67622fc42d0b0 100644
|
| --- a/build/config/compiler/compiler.gni
|
| +++ b/build/config/compiler/compiler.gni
|
| @@ -65,13 +65,6 @@ declare_args() {
|
| }
|
|
|
| declare_args() {
|
| - # Generate Syzygy optimized binaries. Syzygy optimize mode is a profile
|
| - # guided optimization that reorders code for better locality.
|
| - syzygy_optimize = is_win && target_cpu == "x86" && is_official_build &&
|
| - !is_clang && !is_win_fastlink && !is_syzyasan
|
| -}
|
| -
|
| -declare_args() {
|
| # Whether to use the gold linker from binutils instead of lld or bfd.
|
| use_gold = !use_lld && !(is_chromecast && is_linux &&
|
| (current_cpu == "arm" || current_cpu == "mipsel")) &&
|
|
|