Skip to content

Commit

Permalink
[12_22] add releasedbg, debug and release modes
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Oct 26, 2023
1 parent dfa2a79 commit 8d010ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
set_xmakever("2.8.3")

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

set_project("lolly")

set_languages("c++17")
Expand Down

0 comments on commit 8d010ef

Please sign in to comment.