mdbx: undef NDEBUG when MDB_DEBUG != 0.

This commit is contained in:
Leo Yuriev 2017-01-30 20:15:24 +03:00
parent 6882d9c104
commit 55c43291c6

4
mdb.c
View File

@ -70,6 +70,10 @@
# warning "ReOpenMDBX required at least GLIBC 2.12."
#endif
#if MDB_DEBUG
# undef NDEBUG
#endif
#include "./reopen.h"
#include "./barriers.h"