mdbx: NDEBUG.

Change-Id: I5c8edcad6fc7a0f3f7e4842f4a92fdb685e2e132
This commit is contained in:
Leo Yuriev
2016-02-09 09:20:59 +03:00
parent 0deb198ca2
commit 0a8e59c314
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ mandir ?= $(prefix)/man
CC ?= gcc
XCFLAGS ?=
CFLAGS ?= -O2 -ggdb3 -Wall -Werror -Wno-unused-parameter
CFLAGS ?= -O2 -ggdb3 -Wall -Werror -Wno-unused-parameter -DNDEBUG=1
CFLAGS += -pthread $(XCFLAGS)
########################################################################