mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +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
|
||||
filter "options:os=windows"
|
||||
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 {
|
||||
"/emittoolversioninfo:no"
|
||||
"/DYNAMICBASE", "/ERRORREPORT:NONE", "/NOLOGO", "/emittoolversioninfo:no"
|
||||
}
|
||||
defines { "STEAMCLIENT_DLL", "EMU_EXPERIMENTAL_BUILD" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user