X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.mk;h=faea37ff746ede27b1a55a6767974f59ccd142a6;hb=c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e;hp=ea23da4f3bfb6b0bd441ed5ccd9fb58a9918a805;hpb=96e60c66bc85985fe34cfdcd989abc08fc46a5e2;p=dmenu.git 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