mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:54:13 +08:00
mdbx: enable C99.
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user