summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-03 14:10:51 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-03 14:10:51 -0500
commitb13fe12fb950f714a2e2fd97708a3baef39ef285 (patch)
treef7ad6dbc460445059624e92e63be79106c80ac69
parentb9376ab990707aafb041ef630d321b886bed6128 (diff)
tcmalloc on by default
-rwxr-xr-xindra/cmake/GooglePerfTools.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake
index 73b3642ae6..09501e0406 100755
--- a/indra/cmake/GooglePerfTools.cmake
+++ b/indra/cmake/GooglePerfTools.cmake
@@ -3,7 +3,7 @@ include(Prebuilt)
# If you want to enable or disable TCMALLOC in viewer builds, this is the place.
# set ON or OFF as desired.
-set (USE_TCMALLOC OFF)
+set (USE_TCMALLOC ON)
if (STANDALONE)
include(FindGooglePerfTools)