Index: build/config/compiler/compiler.gni |
diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni |
index 1090fafa230b8fcd42f3395e52c7c150b80a57f2..dd19a48d10bd9f6cace5670ee273835c1a8ad35f 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 && symbol_level == 2 |
+ !is_clang && !is_win_fastlink |
Dirk Pranke
2016/07/20 21:20:33
I wonder if it's really sensible to have (is_offic
Sébastien Marchand
2016/07/20 21:29:50
I think that we have some public bots that do a fa
|
} |
declare_args() { |