Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Mar 1, 2024
1 parent 3bc10e1 commit c1b5363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Expand Up @@ -6,7 +6,7 @@ set_arch("x64")
add_rules("mode.debug","mode.releasedbg", "mode.release")
add_rules("c.unity_build")

add_cxflags("/bigobj", "/MP")
add_cxflags("/bigobj", "/MP", "/EHsc")
add_defines("RED4EXT_STATIC_LIB", "UNICODE", "_UNICODE", "_CRT_SECURE_NO_WARNINGS")

local vsRuntime = "MD"
Expand Down

0 comments on commit c1b5363

Please sign in to comment.