We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e5495 commit 1503b09Copy full SHA for 1503b09
xmake.lua
@@ -7,7 +7,7 @@ add_rules("mode.debug","mode.releasedbg", "mode.release")
7
--add_rules("plugin.vsxmake.autoupdate")
8
add_rules("c.unity_build")
9
10
-add_cxflags("/bigobj", "/MP")
+add_cxflags("/bigobj", "/MP", "/EHsc")
11
add_defines("RED4EXT_STATIC_LIB", "UNICODE", "_UNICODE", "_CRT_SECURE_NO_WARNINGS")
12
13
local vsRuntime = "MD"
0 commit comments