Leave bullet in release mode

This commit is contained in:
Jérôme Leclercq 2023-04-10 16:39:31 +02:00
parent 670389d268
commit 16bd496253
1 changed files with 1 additions and 1 deletions

View File

@ -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