diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-12 15:59:46 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-12 15:59:46 -0500 |
commit | c77d1b3a657061cef70ebb9c5ccabb23ef61b242 (patch) | |
tree | a3c20236b67961c0d12b645105b75dca5724dac7 /indra/newview/CMakeLists.txt | |
parent | 2027eb8c2bfdc7952fc613f0642192e0c807ec07 (diff) |
Define __tcmalloc to actually use tcmalloc (fixes memory alignment issues).
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 991669d271..24bd3299f1 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1455,7 +1455,7 @@ if (WINDOWS) PROPERTIES # *TODO -reenable this once we get server usage sorted out #LINK_FLAGS "/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS /INCLUDE:\"__tcmalloc\"" - LINK_FLAGS "/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS" + LINK_FLAGS "/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS /INCLUDE:__tcmalloc" LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\" /INCREMENTAL:NO" LINK_FLAGS_RELEASE "" ) |