mdbx: enable C99.

This commit is contained in:
Leonid Yuriev 2017-01-04 16:15:58 +03:00 committed by Leo Yuriev
parent ee4d5bb5d2
commit f42b6a982a

View File

@ -25,7 +25,7 @@ suffix ?=
CC ?= gcc
XCFLAGS ?= -DNDEBUG=1 -DMDB_DEBUG=0
CFLAGS ?= -O2 -g3 -Wall -Werror -Wextra
CFLAGS += -pthread $(XCFLAGS)
CFLAGS += -std=gnu99 -pthread $(XCFLAGS)
# LY: for ability to built with modern glibc,
# but then run with the old