commit - 3402a8d53a95bd60b434bd26139d398392489b28
commit + 0f91dd1c74554bd19a0f06e7e851026e85efeb98
blob - 87a87f94622c5186982ce94ce8c2da33098912ee
blob + 1726b35e200db0578a42c58a1dcbf4fe80753371
--- config.mk
+++ config.mk
# dmenu version
-VERSION = hg
+VERSION = 4.4.1-tip
# paths
PREFIX = /usr/local
# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# compiler and linker