diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 19:19:45 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 19:19:45 +0000 |
commit | abc00719e3a306c9b1cd771066df99a00aae8a9b (patch) | |
tree | 27235408633c96f9a468203de53a0e1a5f281932 /build | |
parent | 31a0bd42878ba2ec896f28e55ee7b5c0124525ff (diff) | |
download | chromium_src-abc00719e3a306c9b1cd771066df99a00aae8a9b.zip chromium_src-abc00719e3a306c9b1cd771066df99a00aae8a9b.tar.gz chromium_src-abc00719e3a306c9b1cd771066df99a00aae8a9b.tar.bz2 |
Re-enable TCMalloc on Linux.
BUG=36687
Review URL: http://codereview.chromium.org/1760002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45219 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 ca1bc7f..48a3e5f 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -203,7 +203,7 @@ 'linux_strip_binary%': 0, # Enable TCMalloc. - 'linux_use_tcmalloc%': 0, + 'linux_use_tcmalloc%': 1, # Disable TCMalloc's debugallocation. 'linux_use_debugallocation%': 0, |