diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 23:57:16 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 23:57:16 +0000 |
commit | e71af459f2314de7f203e9973eaf48d8cb81b23d (patch) | |
tree | 02eb74ac5660a3dad66ec7b8935e188f29467344 /build/common.gypi | |
parent | 4810c1676500133f54608599fc071ecdb7cf55c6 (diff) | |
download | chromium_src-e71af459f2314de7f203e9973eaf48d8cb81b23d.zip chromium_src-e71af459f2314de7f203e9973eaf48d8cb81b23d.tar.gz chromium_src-e71af459f2314de7f203e9973eaf48d8cb81b23d.tar.bz2 |
Take 2: Re-enable TCMalloc on Linux and make POSIX signal handling async signal safe.
Reinstates r34096 and r34036, which were reverted by r34632 due to hanging ui_tests and browser_tests on bots.
I've been unable to repro on the trybots despite hitting them with a ton of try jobs, so I'm trying on the buildbots again.
BUG=http://crbug.com/30501
Review URL: http://codereview.chromium.org/505068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-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 d1caf37..e41baf1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -187,7 +187,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, |