summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 03:30:48 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 03:30:48 +0000
commit8561f8e22c2b1e5e8489541c24cad292cd48ab6b (patch)
tree1e4e6e4455295de9e850be6b58c1a5d01628fe06 /build
parent46597f1a9cdb7bd238ff1e38096e526c4d697075 (diff)
downloadchromium_src-8561f8e22c2b1e5e8489541c24cad292cd48ab6b.zip
chromium_src-8561f8e22c2b1e5e8489541c24cad292cd48ab6b.tar.gz
chromium_src-8561f8e22c2b1e5e8489541c24cad292cd48ab6b.tar.bz2
A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug builds
to catch memory problems early, easily, and cleanly. Because of gyp limitations, this can't be now controlled by a flag. BUG=30715 TEST=none Review URL: https://codereview.chromium.org/11266019 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/11360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 5bd509d..e06636c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -792,6 +792,9 @@
# Enable TCMalloc.
'linux_use_tcmalloc%': 1,
+ # Disable TCMalloc's debugallocation.
+ 'linux_use_debugallocation%': 0,
+
# Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0,