summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-10-22 14:39:29 -0500
committerDave Parks <davep@lindenlab.com>2012-10-22 14:39:29 -0500
commit4827b7160b7629b9e3ea530df1e28134280f5e34 (patch)
treea0e25185bbf5f8e3f2d11cc68b9f9e01a9602bb4 /indra
parent5a2f71b0bc30804c3ca40ac4fc49e1257ad43106 (diff)
Enable tcmalloc
Diffstat (limited to 'indra')
-rw-r--r--indra/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 100644
--- 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)