diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-19 10:32:38 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-19 10:32:38 -0500 |
commit | e60d95acf14bcf98c86a4694e9a56433cf074182 (patch) | |
tree | 599f2026692d3f0d3ec198dd53fe7ac218974acf /indra/cmake | |
parent | 60a9c8d7abe102cefeb72666b9645a6dd34e84b8 (diff) | |
parent | c0fffdea8812e5eed8da9f341d3bfc9590301ada (diff) |
merge
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | 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 100755 --- 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) |