mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-24 15:39:48 -05:00
move NDEBUG and _DEBUG into dtool_config.h
This commit is contained in:
@@ -66,10 +66,10 @@
|
||||
// options to interrogate, guaranteeing that the correct interfaces
|
||||
// are generated. Do not include -D here; that will be supplied
|
||||
// automatically.
|
||||
#defer CDEFINES_OPT1 _DEBUG $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT2 _DEBUG $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT1 $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT2 $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT3 $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT4 NDEBUG $[EXTRA_CDEFS]
|
||||
#defer CDEFINES_OPT4 $[EXTRA_CDEFS]
|
||||
|
||||
// What additional flags should be passed for each value of OPTIMIZE
|
||||
// (above)? We separate out the compiler-optimization flags, above,
|
||||
|
||||
Reference in New Issue
Block a user