mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:53:54 +01:00
Build with c11 standard
This commit is contained in:
parent
c2b6cbe8ce
commit
4d57751b23
@ -103,7 +103,7 @@ INCS = ${GIRARA_INC} ${GTK_INC} ${GTHREAD_INC} ${GMODULE_INC} ${GLIB_INC}
|
|||||||
LIBS = ${GIRARA_LIB} ${GTK_LIB} ${GTHREAD_LIB} ${GMODULE_LIB} ${GLIB_LIB} -lpthread -lm
|
LIBS = ${GIRARA_LIB} ${GTK_LIB} ${GTHREAD_LIB} ${GMODULE_LIB} ${GLIB_LIB} -lpthread -lm
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS)
|
CFLAGS += -std=c11 -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS)
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
DFLAGS ?= -g
|
DFLAGS ?= -g
|
||||||
|
Loading…
Reference in New Issue
Block a user