diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-12 16:11:06 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-01-12 16:11:06 -0500 |
commit | c0fffdea8812e5eed8da9f341d3bfc9590301ada (patch) | |
tree | a8db588e979caee48ab6fcf92301202c65a5153b /indra/cmake | |
parent | 32a9255d8ce7515be0fd8c566cb4085a03d99e2b (diff) |
SH-2789 WIP
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) |