From 6c581ff56dfcc22c25538e305e58efd967dd640a Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:54:55 +1100 Subject: lights, camera, action --- xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 15159ef..611b537 100644 --- a/xmake.lua +++ b/xmake.lua @@ -14,8 +14,11 @@ add_cflags("-Wall", "-Wextra", "-Wundef", "-Wdouble-promotion") if is_mode("debug") then add_cflags("-g") -- Add debug symbols in debug mode +elseif is_mode("release") then + add_defines("CRELEASE") end + -- Platform defines and system packages if is_plat("linux") then add_defines("CEL_PLATFORM_LINUX") -- cgit v1.2.3-70-g09d2