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
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,