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

Unified Diff: build/common.gypi

Issue 8065007: _pyautolib.so is linked with libasan.a if ASAN is used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avoid '5th level 'conditions' key error Created 9 years, 3 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 | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index a4a0d829967cc7974ca87e76155c615d930fd0ff..07ecf5f7cfc8dd890484641ae6a9c5d41d3a97bc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1739,7 +1739,8 @@
# Only in the linux section for now, since ASAN doesn't
# work on Mac yet.
'cflags': [
- '-fasan -w',
+ '-fasan',
+ '-w',
],
'ldflags': [
'-fasan',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698