summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-11-05 11:47:15 -0500
committerOz Linden <oz@lindenlab.com>2012-11-05 11:47:15 -0500
commit6a81a8f14cccae01b601b9ab7eba2f3c715dbc0d (patch)
tree1fa0dc2f8d1fca355dbb797b51b5f55cf7416f46 /indra/cmake/GooglePerfTools.cmake
parent07410567c087a877ac8af25cd85c0100123d4a63 (diff)
parent02afdef3698ae17ef19ea17956c285d2523b142d (diff)
merge up to latest viewer-development
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-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)