diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-05 15:58:38 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-05 15:58:38 -0700 |
commit | aa860853479a641bb63e55a7d7921fc36065ea05 (patch) | |
tree | 304ecfa95a02c4a110f119ea3b6538acebb0dd3f | |
parent | 7db84aa7e0bc43c3942e8aad78c73cbed020ae95 (diff) |
MAINT-1636: Turning off tcmalloc for the build now that davep's changes are in to fix our major crasher.
-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) |