add a marco

This commit is contained in:
方而静 2024-06-11 17:19:15 +08:00
parent c36d429584
commit aa3becc518

View File

@ -26,5 +26,5 @@ target("main")
if is_mode("debug") then
set_optimize("none")
set_symbols("debug")
add_defines("DEBUG")
end
add_defines("DEBUG", "PK_DEBUG_DATASTRUCTURE")
end