diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-12 15:44:36 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-12 15:44:36 -0500 |
commit | 9ec263d2f1f51b334949281393ef2446796f1404 (patch) | |
tree | 72a21e4a58b4f742aa003f91d095ce1b078e2c21 /indra/cmake | |
parent | 97d969a338c1e4f973eb817ba7701aff51a02ccb (diff) |
MAINT-1503 Minimal set of changes needed to safely disable tcmalloc
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/GooglePerfTools.cmake | 2 |
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) |