summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index ef9b233..26868ae 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1759,7 +1759,8 @@
# Only in the linux section for now, since ASAN doesn't
# work on Mac yet.
'cflags': [
- '-fasan -w',
+ '-fasan',
+ '-w',
],
'ldflags': [
'-fasan',