mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-10 02:22:20 +08:00
mdbx: enable C99.
This commit is contained in:
committed by
Leo Yuriev
parent
ee4d5bb5d2
commit
f42b6a982a
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ suffix ?=
|
|||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
XCFLAGS ?= -DNDEBUG=1 -DMDB_DEBUG=0
|
XCFLAGS ?= -DNDEBUG=1 -DMDB_DEBUG=0
|
||||||
CFLAGS ?= -O2 -g3 -Wall -Werror -Wextra
|
CFLAGS ?= -O2 -g3 -Wall -Werror -Wextra
|
||||||
CFLAGS += -pthread $(XCFLAGS)
|
CFLAGS += -std=gnu99 -pthread $(XCFLAGS)
|
||||||
|
|
||||||
# LY: for ability to built with modern glibc,
|
# LY: for ability to built with modern glibc,
|
||||||
# but then run with the old
|
# but then run with the old
|
||||||
|
Reference in New Issue
Block a user