diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 06:33:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 06:33:39 +0000 |
commit | 166a89d5b3cd6607704db7bb3478d9e2c1bf5fa6 (patch) | |
tree | fa16bae4e7c730c41d8a7a7b02c9b0d3a8b5b70b /build | |
parent | 3b1480df13bb0d0d8a1f56a7e563bfb18a8fae0a (diff) | |
download | chromium_src-166a89d5b3cd6607704db7bb3478d9e2c1bf5fa6.zip chromium_src-166a89d5b3cd6607704db7bb3478d9e2c1bf5fa6.tar.gz chromium_src-166a89d5b3cd6607704db7bb3478d9e2c1bf5fa6.tar.bz2 |
Disable tcmalloc on Linux.
TBR=willchan
BUG=28818, 28828
TEST=Random ui test / startup flakiness goes away on Linux.
Review URL: http://codereview.chromium.org/437085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33184 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 41dd4a4..424e3eb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -180,7 +180,7 @@ 'linux_strip_binary%': 0, # Enable TCMalloc. - 'linux_use_tcmalloc%': 1, + 'linux_use_tcmalloc%': 0, # Set to select the Title Case versions of strings in GRD files. 'use_titlecase_in_grd_files%': 0, |