mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-30 14:25:36 +08:00
more compile options + max /MP
This commit is contained in:
parent
d8587885ef
commit
517bf08a73
@ -13,10 +13,11 @@ project "SteamClient"
|
|||||||
-- BASIC FOR WINDOWS
|
-- BASIC FOR WINDOWS
|
||||||
filter "options:os=windows"
|
filter "options:os=windows"
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"/permissive-", "/MP4", "/DYNAMICBASE", "/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
"/permissive-", "/MP", "/DYNAMICBASE", "/nologo",
|
||||||
|
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GF", "/GL-", "/GS"
|
||||||
}
|
}
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"/emittoolversioninfo:no"
|
"/DYNAMICBASE", "/ERRORREPORT:NONE", "/NOLOGO", "/emittoolversioninfo:no"
|
||||||
}
|
}
|
||||||
defines { "STEAMCLIENT_DLL", "EMU_EXPERIMENTAL_BUILD" }
|
defines { "STEAMCLIENT_DLL", "EMU_EXPERIMENTAL_BUILD" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user