mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-16 04:31:34 +00:00
Ensure NDEBUG disables assertions
This commit is contained in:
parent
50dd443c20
commit
68c7989d0d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ do { strncpy(_dst,_src,_n); \
|
|||
#define M_LN10 2.3025850929940456840179914546844
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG && !defined(NDEBUG)
|
||||
#define FLUID_ASSERT(a) g_assert(a)
|
||||
#else
|
||||
#define FLUID_ASSERT(a)
|
||||
|
|
Loading…
Reference in a new issue