Skip to content
Snippets Groups Projects
Commit c77d1b3a authored by David Parks's avatar David Parks
Browse files

Define __tcmalloc to actually use tcmalloc (fixes memory alignment issues).

parent 2027eb8c
Branches
Tags
No related merge requests found
......@@ -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 ""
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment