diff options
author | Dave Parks <davep@lindenlab.com> | 2012-08-31 14:12:12 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-08-31 14:12:12 -0500 |
commit | c1c80133a29b97112c887a75252fafe7a70d9a78 (patch) | |
tree | a12482c97cd86cdd23eab675b319e4f993781ee8 /indra/cmake | |
parent | ff92759181615babd91c41b1a980561dd631f4d9 (diff) | |
parent | de1d297deaedaeff212eb2ff13ec4edef21ce633 (diff) |
merge
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) |