diff options
author | Moritz Luedecke <ritze@skweez.net> | 2017-08-01 20:00:08 +0200 |
---|---|---|
committer | Moritz Luedecke <ritze@skweez.net> | 2017-08-01 20:00:08 +0200 |
commit | 410ef5960fde8a8d601264859032bb9032ead6f6 (patch) | |
tree | 1d3e0de900423d482dfa0aa619fbfb5e98ea58b2 /config.mk | |
parent | ff4fd40baab131ee5eb24b3a25230c9c430ee785 (diff) |
Revert some changes and add old code from dmenu
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |