We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a7b3d commit a2e81d6Copy full SHA for a2e81d6
xmake.lua
@@ -11,6 +11,7 @@ set_xmakever("2.3.1")
11
set_languages("c++11")
12
set_warnings("all") -- -Wall
13
--set_symbols("debug") -- dbg symbols
14
+add_rules("mode.debug", "mode.release")
15
16
17
if is_plat("windows") then
0 commit comments