Skip to content

Commit

Permalink
improve xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jul 27, 2023
1 parent eb85508 commit 3f6eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if has_config("coroutine") then
end

-- add build modes
add_rules("mode.release", "mode.debug", "mode.profile", "mode.coverage")-- TODO, "mode.valgrind", "mode.asan", "mode.tsan", "mode.ubsan") -- for xmake v2.3.3
add_rules("mode.release", "mode.debug", "mode.profile", "mode.coverage", "mode.valgrind", "mode.asan", "mode.tsan", "mode.ubsan")
if is_mode("debug") then
add_defines("__tb_debug__")
end
Expand Down

0 comments on commit 3f6eae2

Please sign in to comment.