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

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

Issue 2031903002: Update GN files w/ changes needed to make sanitizers work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix symbolized definition Created 4 years, 7 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
Index: build/config/sanitizers/sanitizers.gni
diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
index da79bd79e2a7e1d96397e51693f0a1d11287b5dd..55b7c534c23a428e6a6145d0d457cef3429f98fa 100644
--- a/build/config/sanitizers/sanitizers.gni
+++ b/build/config/sanitizers/sanitizers.gni
@@ -46,6 +46,10 @@ declare_args() {
# TODO(pcc): Remove this flag if/when CFI is enabled in official builds.
is_cfi = false
+ # Optimize only as much as you can while preserving good stack traces and
+ # symbols.
+ symbolized = false
+
# By default, Control Flow Integrity will crash the program if it detects a
# violation. Set this to true to print detailed diagnostics instead.
use_cfi_diag = false

Powered by Google App Engine
This is Rietveld 408576698