summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-10-24 13:19:41 -0400
committerOz Linden <oz@lindenlab.com>2012-10-24 13:19:41 -0400
commit4f3395a7443d95c15114f363df77e3a1280bedda (patch)
treee4de17f8e193d8c22669838f6f2bfcf46cb2dd0f
parentf2a674274fc043e55ad3e78e05120d34ed2ff361 (diff)
parent4827b7160b7629b9e3ea530df1e28134280f5e34 (diff)
disable tcmalloc again
-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)