Skip to content

Commit

Permalink
fix: bring back missing 'release' mode to the build config
Browse files Browse the repository at this point in the history
  • Loading branch information
miredirex committed Oct 1, 2024
1 parent 394904d commit 297454a
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 @@ -23,7 +23,7 @@ add_vectorexts("sse", "sse2", "sse3", "ssse3")
add_vectorexts("neon")

-- build configurations
add_rules("mode.debug", "mode.releasedbg")
add_rules("mode.debug", "mode.releasedbg", "mode.release")

if has_config("unitybuild") then
add_rules("c.unity_build")
Expand Down

0 comments on commit 297454a

Please sign in to comment.