premake: disabled SAFESEH

This commit is contained in:
Fire-Head 2019-06-06 21:33:57 +03:00
parent e952d3e624
commit be7e94981a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ project "re3"
targetdir "bin/%{cfg.buildcfg}"
targetextension ".dll"
characterset ("MBCS")
linkoptions "/SAFESEH:NO"
filter "configurations:Debug"
defines { "DEBUG" }