summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 22:38:31 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 22:38:31 +0000
commit803f05ae7e58b41f2722b907b9e271dda79ef537 (patch)
treec897995200601ca821846f6691b7b6a2433d9239
parentc6c3f72ce0d3e9b015c1fe152eea14daf7b15533 (diff)
downloadchromium_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.gypi2
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,