diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 02:46:50 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 02:46:50 +0000 |
commit | 6cf24365d887b45a988fc0ca7b9141e3c589495b (patch) | |
tree | ceff81ebada2d6ceb3214513b948a237d3fcab5c /build | |
parent | 9b7a0c551268395816959eb8df1c44086583824e (diff) | |
download | chromium_src-6cf24365d887b45a988fc0ca7b9141e3c589495b.zip chromium_src-6cf24365d887b45a988fc0ca7b9141e3c589495b.tar.gz chromium_src-6cf24365d887b45a988fc0ca7b9141e3c589495b.tar.bz2 |
Revert r36641 "Linux: Enable TCMalloc (Take X)."
Apparently this change is causing random hangs on Linux buildbots.
This reverts commit db71cfd0fea742eb16ec2f38d14f6a0e8aeaa7f9.
TBR=willchan
Review URL: http://codereview.chromium.org/555026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c49fe45..4f6d4bb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -185,7 +185,7 @@ 'linux_strip_binary%': 0, # Enable TCMalloc. - 'linux_use_tcmalloc%': 1, + 'linux_use_tcmalloc%': 0, 'linux_fpic%': 0, |