Merge pull request #34236 from madmiraal/enable-bullet-debug
Enable Bullet DEBUG on debug builds.
This commit is contained in:
commit
c59be89273
|
@ -201,8 +201,8 @@ if env["builtin_bullet"]:
|
|||
env_bullet.Append(CPPFLAGS=["-isystem", Dir(thirdparty_dir).path])
|
||||
else:
|
||||
env_bullet.Prepend(CPPPATH=[thirdparty_dir])
|
||||
# if env['target'] == "debug" or env['target'] == "release_debug":
|
||||
# env_bullet.Append(CPPDEFINES=['BT_DEBUG'])
|
||||
if env["target"] == "debug" or env["target"] == "release_debug":
|
||||
env_bullet.Append(CPPDEFINES=["DEBUG"])
|
||||
|
||||
env_bullet.Append(CPPDEFINES=["BT_USE_OLD_DAMPING_METHOD"])
|
||||
|
||||
|
|
Loading…
Reference in New Issue