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

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

Issue 1840873002: Enable symbols with ASan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to write some gn Created 4 years, 9 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/common.gypi ('k') | build/config/sanitizers/BUILD.gn » ('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 e2428c1e6b1ebae4fa1737cbacbac505b8859fe2..b5ed0374d1ebf9ebda3a605330ac17ffed9e1a3e 100644
--- a/build/config/compiler/compiler.gni
+++ b/build/config/compiler/compiler.gni
@@ -28,7 +28,7 @@ if (symbol_level == -1) {
# With instrumentation enabled, debug info puts libchrome.so over 4gb, which
# causes the linker to produce an invalid ELF. http://crbug.com/574476
symbol_level = 0
- } else if (is_win && is_clang) {
+ } else if (is_win && is_clang && !using_sanitizer) {
# TODO(thakis): Remove this again once building with clang/win and
# debug info doesn't make link.exe run for hours.
symbol_level = 1
« no previous file with comments | « build/common.gypi ('k') | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698