summaryrefslogtreecommitdiff
path: root/indra/cmake/GooglePerfTools.cmake
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-08-31 14:11:46 -0500
committerDave Parks <davep@lindenlab.com>2012-08-31 14:11:46 -0500
commitde1d297deaedaeff212eb2ff13ec4edef21ce633 (patch)
treecdb71f6eeeadd6a621031e85f19e9bfe36fe75d8 /indra/cmake/GooglePerfTools.cmake
parentb7555a3309bda8e9689627901051aa90fcb7be34 (diff)
MAINT-1503 Disable tcmalloc and fix remaining alignment issues.
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 09501e0406..73b3642ae6 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 ON)
+set (USE_TCMALLOC OFF)
if (STANDALONE)
include(FindGooglePerfTools)