From edcca49267770144ca98eb056278a8c45330e8a5 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Tue, 17 Nov 2009 06:31:44 +0000 Subject: Experiment: enable TCMalloc on Linux by default. Will revert after looking at the Linux memory bot and perf cycler. TBR=willchan Review URL: http://codereview.chromium.org/403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32158 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 4652db4..90b9234 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -182,7 +182,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, -- cgit v1.1