add debug flags

This commit is contained in:
2024-08-13 19:57:08 +02:00
parent 3bc95acf7b
commit cba15111e7

View File

@@ -1,3 +1,9 @@
if is_mode("debug") then
add_defines("DEBUG_ENABLED")
end
-- more on https://xmake.io/#/manual/project_target
target(PROJECT_NAME)
set_kind("shared")