Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 44757) |
+++ build/common.gypi (working copy) |
@@ -205,6 +205,9 @@ |
# Enable TCMalloc. |
'linux_use_tcmalloc%': 0, |
+ # Disable TCMalloc's debugallocation. |
+ 'linux_use_debugallocation%': 0, |
+ |
# Disable TCMalloc's heapchecker. |
'linux_use_heapchecker%': 0, |