From fc68192e7c14173ccc6a4abd3647d40807a20bdd Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sun, 1 Jul 2012 06:23:08 +0200 Subject: [PATCH] --std=c99 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index d1e65c1..45784d2 100644 --- a/config.mk +++ b/config.mk @@ -24,7 +24,7 @@ LIBS = -L${X11LIB} -lX11 -lXss ${XFTLIBS} ${XINERAMALIBS} $(shell pkg-config --l # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS} -CFLAGS = -g -ansi -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${CPPFLAGS} +CFLAGS = -g --std=c99 -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # compiler and linker