diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-20 11:30:31 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-20 11:30:31 -0500 |
commit | 7ab282a09c1f8c11f383d4492fc58b0b06b8338a (patch) | |
tree | 427f33be2d2a4cf2518c46c34e558d3574e6651a /indra/cmake | |
parent | 8b65c372501e1e7ca5fcaf2dcc7ffc9ff0840392 (diff) | |
parent | 03cff74fb6ad0989cd4e1f2219fd3609aa91aa2e (diff) |
merge changes for DRTVWR-246
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) |