Skip to content
Snippets Groups Projects
Commit a57eeb48 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove MAP file generation on windows to speed linking

parent 5f669338
No related branches found
No related tags found
No related merge requests found
...@@ -1834,7 +1834,7 @@ if (WINDOWS) ...@@ -1834,7 +1834,7 @@ if (WINDOWS)
# *TODO -reenable this once we get server usage sorted out # *TODO -reenable this once we get server usage sorted out
LINK_FLAGS "/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE" LINK_FLAGS "/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE"
LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\" /INCREMENTAL:NO /LARGEADDRESSAWARE" LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\" /INCREMENTAL:NO /LARGEADDRESSAWARE"
LINK_FLAGS_RELEASE "/MAP\"alchemy-bin.MAP\" /OPT:REF /LARGEADDRESSAWARE" LINK_FLAGS_RELEASE "/OPT:REF /LARGEADDRESSAWARE"
) )
if(GEN_IS_MULTI_CONFIG) if(GEN_IS_MULTI_CONFIG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment