summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-10-24 17:48:12 -0400
committerOz Linden <oz@lindenlab.com>2012-10-24 17:48:12 -0400
commit5db84f89d36e200e3d30952e9d8d193040c36fad (patch)
tree17fb5e4ec073aafc3568cf2759f5ea4d5012972b /indra/cmake
parent1b0ea26ecb82b432efd19b319116f94ce58e2b48 (diff)
parent1743e6a81330824021667000f8acdd6cf64dbf1b (diff)
pull back changes (enable tcmalloc) from 3.4.1-beta10
Diffstat (limited to 'indra/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)