From aa3becc518a41bd4d45c6a2e183e40eeca5c8328 Mon Sep 17 00:00:00 2001 From: szdytom Date: Tue, 11 Jun 2024 17:19:15 +0800 Subject: [PATCH] add a marco --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index 717e3335..aa07c37d 100644 --- a/xmake.lua +++ b/xmake.lua @@ -26,5 +26,5 @@ target("main") if is_mode("debug") then set_optimize("none") set_symbols("debug") - add_defines("DEBUG") - end \ No newline at end of file + add_defines("DEBUG", "PK_DEBUG_DATASTRUCTURE") + end