Skip to content

Commit 20b44d3

Browse files
authored
fix: bring back missing 'release' mode to the build config (tiltedphoques#722)
1 parent 394904d commit 20b44d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ add_vectorexts("sse", "sse2", "sse3", "ssse3")
2323
add_vectorexts("neon")
2424

2525
-- build configurations
26-
add_rules("mode.debug", "mode.releasedbg")
26+
add_rules("mode.debug", "mode.releasedbg", "mode.release")
2727

2828
if has_config("unitybuild") then
2929
add_rules("c.unity_build")

0 commit comments

Comments
 (0)