We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8c28c commit 914bd30Copy full SHA for 914bd30
xmake.lua
@@ -82,9 +82,9 @@ if is_plat("windows") then
82
add_defines("NOCRYPT", "NOGDI")
83
if is_mode("debug") then
84
add_cxflags("-Gs", "-RTC1")
85
- set_runtimes("MDd")
+ set_runtimes("MTd")
86
else
87
- set_runtimes("MD")
+ set_runtimes("MT")
88
end
89
add_syslinks("ws2_32", "user32")
90
elseif is_plat("android") then
0 commit comments