Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3239)

Unified Diff: build/common.gypi

Issue 1707983002: [MemSheriff] Enable tcmalloc for valgrind again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e59712edaeaf5687e65bf86931b594df49bedb6c..4cbb70cf41108353acc81d180564f0dc5e2bfc1c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2284,10 +2284,6 @@
# 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698