diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 06:31:44 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 06:31:44 +0000 |
commit | edcca49267770144ca98eb056278a8c45330e8a5 (patch) | |
tree | be111a4bee34bd07c3b4b8316604828036418032 /build | |
parent | 5299cb97b9f7a9e7fdf4eecda57be21de34c11cf (diff) | |
download | chromium_src-edcca49267770144ca98eb056278a8c45330e8a5.zip chromium_src-edcca49267770144ca98eb056278a8c45330e8a5.tar.gz chromium_src-edcca49267770144ca98eb056278a8c45330e8a5.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/403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32158 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 4652db4..90b9234 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -182,7 +182,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, |