diff options
author | Dave Parks <davep@lindenlab.com> | 2012-11-07 16:14:31 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-11-07 16:14:31 -0600 |
commit | adacf00aadaf9097c2293b6c6b9203b5f4f0c780 (patch) | |
tree | 6022511fe314c3ffaa794fef99b213b592ecae96 /indra/cmake | |
parent | 42b9001e97298594f79b2145ac13df925d532a6d (diff) | |
parent | a36b66bd145e99a8f597f1c7c3b48ca30bdd7029 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-beta
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) |