mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
yes
This commit is contained in:
@@ -206,8 +206,8 @@ for name, module in pairs(tests) do
|
||||
add_defines("BACKTRACE")
|
||||
elseif is_plat("windows") then
|
||||
add_defines("WINTRACE")
|
||||
add_cflags("/Zi")
|
||||
add_ldflags("/DEBUG")
|
||||
add_cxflags("/Zi", "/FS", {force = true}) -- safe parallel build
|
||||
add_ldflags("/DEBUG", {force = true})
|
||||
add_links("dbghelp")
|
||||
end
|
||||
target_end()
|
||||
|
||||
Reference in New Issue
Block a user