mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-29 19:44:52 +02:00
more optimization flags for win
This commit is contained in:
parent
5ad77088d8
commit
4d4b7bea58
1 changed files with 3 additions and 2 deletions
|
@ -229,10 +229,11 @@ project "SteamEmu"
|
||||||
-- 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"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter { "options:os=windows", "configurations:Release" }
|
filter { "options:os=windows", "configurations:Release" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue