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