diff options
author | Oz Linden <oz@lindenlab.com> | 2012-10-24 13:19:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-10-24 13:19:41 -0400 |
commit | 4f3395a7443d95c15114f363df77e3a1280bedda (patch) | |
tree | e4de17f8e193d8c22669838f6f2bfcf46cb2dd0f | |
parent | f2a674274fc043e55ad3e78e05120d34ed2ff361 (diff) | |
parent | 4827b7160b7629b9e3ea530df1e28134280f5e34 (diff) |
disable tcmalloc again
-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 73b3642ae6..09501e0406 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 OFF) +set (USE_TCMALLOC ON) if (STANDALONE) include(FindGooglePerfTools) |