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', |