summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 05:21:58 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 05:21:58 +0000
commit79fca46610bfd94bca136640cbc614599dcd5ec6 (patch)
tree694c862ba1f02f21c9513d115a7f2e36b5b79621 /build
parentd64f2a0ea7adada3e5221782e4739a9b858c53fd (diff)
downloadchromium_src-79fca46610bfd94bca136640cbc614599dcd5ec6.zip
chromium_src-79fca46610bfd94bca136640cbc614599dcd5ec6.tar.gz
chromium_src-79fca46610bfd94bca136640cbc614599dcd5ec6.tar.bz2
Experiment: enable TCMalloc on Linux by default.
Will revert after looking at the Linux memory bot and perf cycler. TBR=willchan Review URL: http://codereview.chromium.org/386016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31765 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 1cc8cca..2a3ab0e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -177,7 +177,7 @@
'linux_strip_binary%': 0,
# Enable TCMalloc.
- 'linux_use_tcmalloc%': 0,
+ 'linux_use_tcmalloc%': 1,
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,