3
0
mirror of https://github.com/isar/libmdbx.git synced 2025-03-07 06:08:14 +08:00

mdbx: fix missing MDBX_DEVEL=0.

This commit is contained in:
Leo Yuriev 2018-03-14 15:07:16 +03:00
parent 436b4870e8
commit 8c96b1e73b

@ -25,7 +25,7 @@
/* Features under development */
#ifndef MDBX_DEVEL
# define MDBX_DEVEL 1
# define MDBX_DEVEL 0
#endif
/*----------------------------------------------------------------------------*/