mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-01 04:20:52 +02:00
premake: disabled SAFESEH
This commit is contained in:
@@ -34,6 +34,7 @@ project "re3"
|
|||||||
targetdir "bin/%{cfg.buildcfg}"
|
targetdir "bin/%{cfg.buildcfg}"
|
||||||
targetextension ".dll"
|
targetextension ".dll"
|
||||||
characterset ("MBCS")
|
characterset ("MBCS")
|
||||||
|
linkoptions "/SAFESEH:NO"
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
|
Reference in New Issue
Block a user