Skip to content

Commit a2e81d6

Browse files
committed
update xmake.lua
1 parent 78a7b3d commit a2e81d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set_xmakever("2.3.1")
1111
set_languages("c++11")
1212
set_warnings("all") -- -Wall
1313
--set_symbols("debug") -- dbg symbols
14+
add_rules("mode.debug", "mode.release")
1415

1516

1617
if is_plat("windows") then

0 commit comments

Comments
 (0)