From 16bd496253a2db149b7a8c40d63ca0ff9d87c64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 10 Apr 2023 16:39:31 +0200 Subject: [PATCH] Leave bullet in release mode --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 4d459d7da..95721cc17 100644 --- a/xmake.lua +++ b/xmake.lua @@ -246,7 +246,7 @@ if has_config("audio") then end if has_config("bulletphysics") then - add_requires("bullet3", { configs = { debug = is_mode("debug") }}) + add_requires("bullet3") end if has_config("chipmunkphysics") then