mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
premake: disabled SAFESEH
This commit is contained in:
@ -34,6 +34,7 @@ project "re3"
|
||||
targetdir "bin/%{cfg.buildcfg}"
|
||||
targetextension ".dll"
|
||||
characterset ("MBCS")
|
||||
linkoptions "/SAFESEH:NO"
|
||||
|
||||
filter "configurations:Debug"
|
||||
defines { "DEBUG" }
|
||||
|
Reference in New Issue
Block a user