Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: build/config/compiler/compiler.gni

Issue 2167793002: Fix the definition of the syzygy_optimize variable in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698