Index: build/config/compiler/compiler.gni |
diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni |
index d5db930dab419abdc41ceaf4e148f5a7239c759b..34ffb67594e81a7b74be351b50897748abf37570 100644 |
--- a/build/config/compiler/compiler.gni |
+++ b/build/config/compiler/compiler.gni |
@@ -21,7 +21,7 @@ if (symbol_level == -1) { |
# Mac and Windows have them separate, so in Release Linux, default them off. |
if (is_debug || !is_linux) { |
symbol_level = 2 |
- } else if (is_asan || is_lsan || is_tsan || is_msan) { |
+ } else if (is_asan || is_lsan || is_tsan || is_msan || is_ubsan) { |
brettw
2015/09/29 20:05:03
Ditto
Anand Mistry (off Chromium)
2015/09/29 23:28:27
Done.
|
# Sanitizers require symbols for filename suppressions to work. |
symbol_level = 1 |
} else { |