diff --git a/mdb.c b/mdb.c index 2242109b..b9f8277e 100644 --- a/mdb.c +++ b/mdb.c @@ -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"