From: Hiltjo Posthuma Date: Sun, 27 Sep 2015 22:02:28 +0000 (+0200) Subject: config.mk: use -std=c99 X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=c15a95a061bdb8235220b37638d1b586611f0ac6 config.mk: use -std=c99 --- diff --git a/config.mk b/config.mk index ea23da4..faea37f 100644 --- a/config.mk +++ b/config.mk @@ -24,7 +24,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} # flags CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker