| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index dd19a48d10bd9f6cace5670ee273835c1a8ad35f..8a3552b68e5f11545af80542b1ffb561e1483f8b 100644
|
| --- a/build/config/compiler/compiler.gni
|
| +++ b/build/config/compiler/compiler.gni
|
| @@ -62,7 +62,7 @@ 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_clang && !is_win_fastlink && !is_syzyasan
|
| }
|
|
|
| declare_args() {
|
|
|