Skip to content

Commit

Permalink
[XMake] macro redefinition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Nov 1, 2024
1 parent dafffe7 commit 172aa6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ for name, module in pairs(modules) do
add_defines("STORMKIT_BUILD")
if is_mode("debug") then
add_defines("STORMKIT_BUILD_DEBUG")
add_defines("STORMKIT_ASSERT=1")
set_suffixname("-d")
else
add_defines("STORMKIT_ASSERT=0")
Expand Down

0 comments on commit 172aa6e

Please sign in to comment.