Skip to content

Commit

Permalink
[12_22] Only add rules for debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Oct 27, 2023
1 parent 0b18bc2 commit 17603ed
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 @@ -2,7 +2,7 @@ set_xmakever("2.8.3")

-- add releasedbg, debug and release modes.
set_allowedmodes("releasedbg", "release", "debug")
add_rules("mode.releasedbg", "mode.release", "mode.debug")
add_rules("mode.debug")

set_project("lolly")

Expand Down

0 comments on commit 17603ed

Please sign in to comment.