From 8663a7efaf7240da5b1ca7f141dbb3ef1cf4ab4c Mon Sep 17 00:00:00 2001 From: "glotov@google.com" Date: Thu, 29 Sep 2011 17:29:03 +0000 Subject: [PATCH] _pyautolib.so is linked with libasan.a if ASAN is used. BUG=chromium-os:20711 TEST=run autotests under ASAN Review URL: http://codereview.chromium.org/8065007 git-svn-id: http://src.chromium.org/svn/trunk/src/build@103298 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index ef9b233e0..26868ae63 100644 --- a/common.gypi +++ b/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',