diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 15:27:39 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 15:27:39 -0700 |
commit | c320b4878ae9cd166594285a88437f0d5c333353 (patch) | |
tree | d4b8f11a01bfbeb30cd8e8de96e8c12a1364ff47 /indra/cmake | |
parent | 3ee73ee98d31e572e284371074b7cd4744005a29 (diff) | |
parent | 33bd704c58fa707d0a4cc89216538c9d64d6e109 (diff) |
merging in latest code
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) |