Skip to content

Commit

Permalink
build: use releasedbg
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed May 21, 2024
1 parent 7cfbe95 commit d91cb0a
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 @@ -8,7 +8,7 @@ set_warnings("allextra")
set_encodings("utf-8")

-- add rules
add_rules("mode.debug", "mode.release")
add_rules("mode.debug", "mode.releasedbg")

-- require packages
add_requires("rsm-binary-io", "rsm-mmio", "xbyak")
Expand Down

0 comments on commit d91cb0a

Please sign in to comment.