| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index 6a1e32712d2a2d0a4182437a5257a63935b397e2..fd0989faca6adb7b3d63ce91d998e575826302c4 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -69,8 +69,8 @@ declare_args() {
|
| # Use libc++ (buildtools/third_party/libc++ and
|
| # buildtools/third_party/libc++abi) instead of stdlibc++ as standard library.
|
| # This is intended to be used for instrumented builds.
|
| - use_custom_libcxx = (is_asan && (is_linux || is_mac)) || is_tsan || is_msan ||
|
| - is_ubsan || is_ubsan_security || use_libfuzzer
|
| + use_custom_libcxx = (is_asan && is_linux) || is_tsan || is_msan || is_ubsan ||
|
| + is_ubsan_security || use_libfuzzer
|
|
|
| # Enable Link Time Optimization (output programs runs faster,
|
| # but linking is up to 5-20x slower.
|
|
|