From 38cecc343561395cad8a33889f91c1a254ca1f73 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 18 Dec 2015 15:56:06 -0800 Subject: Add a LSan suppressions file. Also defines ADDRESS_SANITIZER and LEAK_SANITIZER for ASan builds. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1540433004 . --- build/standalone.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build') diff --git a/build/standalone.gypi b/build/standalone.gypi index 60e2ee4b12..cdf6598438 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -273,6 +273,10 @@ ], }], ['asan==1', { + 'defines': [ + 'ADDRESS_SANITIZER', + 'LEAK_SANITIZER', + ], 'cflags': [ '-fsanitize=address', '-gline-tables-only', -- cgit v1.2.3