Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8c94b1ff5069ff47e16151b375b130d1019b414b..1308a1d5a20e6efd81f13d27dd816df342fbff3b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2364,7 +2364,7 @@ |
'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO', |
}, |
'conditions': [ |
- ['clang==1', { |
+ ['clang==1 and asan==0 and msan==0 and tsan==0', { |
# Clang creates chubby debug information, which makes linking very |
# slow. For now, don't create debug information with clang. See |
# http://crbug.com/70000 |