summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorMoritz Luedecke <ritze@skweez.net>2017-08-01 20:00:08 +0200
committerMoritz Luedecke <ritze@skweez.net>2017-08-01 20:00:08 +0200
commit410ef5960fde8a8d601264859032bb9032ead6f6 (patch)
tree1d3e0de900423d482dfa0aa619fbfb5e98ea58b2 /config.mk
parentff4fd40baab131ee5eb24b3a25230c9c430ee785 (diff)
Revert some changes and add old code from dmenu
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e8cf5ef..8c28fe6 100644
--- a/config.mk
+++ b/config.mk
@@ -24,7 +24,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -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