diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 22:38:31 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 22:38:31 +0000 |
commit | 803f05ae7e58b41f2722b907b9e271dda79ef537 (patch) | |
tree | c897995200601ca821846f6691b7b6a2433d9239 | |
parent | c6c3f72ce0d3e9b015c1fe152eea14daf7b15533 (diff) | |
download | chromium_src-803f05ae7e58b41f2722b907b9e271dda79ef537.zip chromium_src-803f05ae7e58b41f2722b907b9e271dda79ef537.tar.gz chromium_src-803f05ae7e58b41f2722b907b9e271dda79ef537.tar.bz2 |
Re-enable TCMalloc on Linux.
In r34036, I've fixed the signal handlers not to allocate dynamic memory, so they shouldn't deadlock anymore.
Review URL: http://codereview.chromium.org/465122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34096 0039d316-1c4b-4281-b951-d872f2087c98
-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 d0685e3..1d34bb0 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -197,7 +197,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, |