diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-11 15:42:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-11 15:42:17 -0500 |
commit | 0e2df0277510fc05d6038838ddf283dbd2e5124e (patch) | |
tree | a0bd9ce52eee3aed4ece49634037858b3111733a /indra/cmake/GooglePerfTools.cmake | |
parent | 675e0cfd993ca6fab5843bf7ad0254e5e14254fc (diff) |
Attempt at making tcmalloc work.
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rw-r--r-- | indra/cmake/GooglePerfTools.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/GooglePerfTools.cmake b/indra/cmake/GooglePerfTools.cmake index b3d78919f2..8740e36753 100644 --- a/indra/cmake/GooglePerfTools.cmake +++ b/indra/cmake/GooglePerfTools.cmake @@ -7,8 +7,8 @@ else (STANDALONE) if (WINDOWS) use_prebuilt_binary(tcmalloc) set(TCMALLOC_LIBRARIES - debug libtcmalloc-debug - optimized libtcmalloc) + debug libtcmalloc_minimal-debug + optimized libtcmalloc_minimal) set(GOOGLE_PERFTOOLS_FOUND "YES") endif (WINDOWS) if (LINUX) |