Skip to content

Commit 1503b09

Browse files
committed
Update xmake.lua
1 parent 30e5495 commit 1503b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_rules("mode.debug","mode.releasedbg", "mode.release")
77
--add_rules("plugin.vsxmake.autoupdate")
88
add_rules("c.unity_build")
99

10-
add_cxflags("/bigobj", "/MP")
10+
add_cxflags("/bigobj", "/MP", "/EHsc")
1111
add_defines("RED4EXT_STATIC_LIB", "UNICODE", "_UNICODE", "_CRT_SECURE_NO_WARNINGS")
1212

1313
local vsRuntime = "MD"

0 commit comments

Comments
 (0)