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

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

Issue 2420943002: Remove the syzygy optimization code. (Closed)
Patch Set: Remove the syzygy optimization code. 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 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")) &&
« 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