| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index d5db930dab419abdc41ceaf4e148f5a7239c759b..701824717433b59acf3ba6f04d2799cc4130758b 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 (using_sanitizer) {
|
| # Sanitizers require symbols for filename suppressions to work.
|
| symbol_level = 1
|
| } else {
|
|
|