| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index c6aeca43809393f74624d8a375d680e3dd4eefa7..f4436c91184c6c332988263350214d6f938358da 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2292,6 +2292,10 @@
|
| # TODO(rnk): Kill off variables that no one else uses and just implement
|
| # them under a build_for_tool== condition.
|
| ['build_for_tool=="memcheck" or build_for_tool=="tsan"', {
|
| +
|
| + # tcmalloc causes Valgrind failures. Discussion in crrev.com/1642383002.
|
| + 'use_allocator%': 'none',
|
| +
|
| # gcc flags
|
| 'mac_debug_optimization': '1',
|
| 'mac_release_optimization': '1',
|
|
|