diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-31 10:52:54 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-31 10:52:54 -0700 |
commit | be0406bffd738f22df026c1b388a848e6ee14cbc (patch) | |
tree | 59becb16e4784da17a1b303fa05e0033692c552c /indra/cmake/GooglePerfTools.cmake | |
parent | ec57bd2f8e2859787b274c118fabbc19f76e04b1 (diff) | |
parent | e4df3c1ca875d396240f75c1af8db20f4f7300bf (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.
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 73b3642ae6..09501e0406 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 OFF) +set (USE_TCMALLOC ON) if (STANDALONE) include(FindGooglePerfTools) |