summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 18:26:27 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 18:26:27 +0000
commit256865a6ab0cf3affd171b2eb275bfa7bb8c964d (patch)
tree53358cc5a594d31ccff19d1f58b2dd48e2029d4e /build
parente5d2f713578962c4a2dc25dffe4002bb4153bfcb (diff)
downloadchromium_src-256865a6ab0cf3affd171b2eb275bfa7bb8c964d.zip
chromium_src-256865a6ab0cf3affd171b2eb275bfa7bb8c964d.tar.gz
chromium_src-256865a6ab0cf3affd171b2eb275bfa7bb8c964d.tar.bz2
Turn off TCMalloc for Linux to fix plugin crashes.
BUG=38692 Review URL: http://codereview.chromium.org/1617014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6db0932..6990fcf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -203,7 +203,7 @@
'linux_strip_binary%': 0,
# Enable TCMalloc.
- 'linux_use_tcmalloc%': 1,
+ 'linux_use_tcmalloc%': 0,
# Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0,