diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-09-21 13:26:52 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-09-21 13:26:52 -0400 |
commit | 90e3d83a5cb35e98a02a3017dd79ebc272bbfe85 (patch) | |
tree | 9a4f85b6489e952ffa294f6817c16da9cd9c9e18 /indra/cmake/GooglePerfTools.cmake | |
parent | d670fdac295629c1afb0bf2bcda50261d053eb5b (diff) |
Fix for build failures - disabling tcmalloc for now
Diffstat (limited to 'indra/cmake/GooglePerfTools.cmake')
-rwxr-xr-x[-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 ee231dcde6..dc6d013bf2 100644..100755 --- a/indra/cmake/GooglePerfTools.cmake +++ b/indra/cmake/GooglePerfTools.cmake @@ -33,7 +33,7 @@ if (WINDOWS) endif (WINDOWS) if (USE_GOOGLE_PERFTOOLS) - set(TCMALLOC_FLAG -DLL_USE_TCMALLOC=1) + set(TCMALLOC_FLAG -ULL_USE_TCMALLOC=1) include_directories(${GOOGLE_PERFTOOLS_INCLUDE_DIR}) set(GOOGLE_PERFTOOLS_LIBRARIES ${TCMALLOC_LIBRARIES} ${STACKTRACE_LIBRARIES} ${PROFILER_LIBRARIES}) else (USE_GOOGLE_PERFTOOLS) |