diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
commit | 79deb8c73562301f1bc6cb38167e0da751920b61 (patch) | |
tree | f4a5516746aa204dbbc3fd0c57354448c617cabe /indra/cmake/GooglePerfTools.cmake | |
parent | ae10e78d978360871556b1cee615cd79ef381184 (diff) | |
parent | cb5a0a5686799ec834f16a0bc273d24f62140753 (diff) |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/cmake/GooglePerfTools.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) |