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

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

Issue 2439743002: Remove the syzygy optimization code. (Closed)
Patch Set: Created 4 years, 2 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 | « BUILD.gn ('k') | build/win/syzygy/syzygy.gni » ('j') | 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 a05c612da388d6a8f1e2f159f34dd41b044f9aa5..0de2192e163a36bd7986a3cb1cdf1cf2d60106e5 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")) &&
« no previous file with comments | « BUILD.gn ('k') | build/win/syzygy/syzygy.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698