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

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

Issue 2199603002: Turn off syzygy_optimize by default when is_syzyasan is on. (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 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() {
« 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