This commit is contained in:
2025-04-14 08:37:06 +02:00
parent e9fcbad86c
commit ee03c9ac13

View File

@@ -206,8 +206,8 @@ for name, module in pairs(tests) do
add_defines("BACKTRACE") add_defines("BACKTRACE")
elseif is_plat("windows") then elseif is_plat("windows") then
add_defines("WINTRACE") add_defines("WINTRACE")
add_cflags("/Zi") add_cxflags("/Zi", "/FS", {force = true}) -- safe parallel build
add_ldflags("/DEBUG") add_ldflags("/DEBUG", {force = true})
add_links("dbghelp") add_links("dbghelp")
end end
target_end() target_end()