mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user