From 4d57751b2392a58c9b11398a318f9663170172a7 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Tue, 14 Apr 2015 23:28:36 +0200 Subject: [PATCH] Build with c11 standard --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index af6a1b4..47df220 100644 --- a/config.mk +++ b/config.mk @@ -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 # flags -CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS) +CFLAGS += -std=c11 -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS) # debug DFLAGS ?= -g