]> git.armaanb.net Git - dmenu.git/blobdiff - config.mk
removed ido-matching, changed behavior of -i meaning case insensitive matching now...
[dmenu.git] / config.mk
index 7ae7dde2b456948d28a7640b8f0aa4679ebb74b1..9406af6f55fabce82a986ae2b9238e907fb82109 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 2.5
+VERSION = 3.5
 
 # Customize below to fit your system
 
@@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
-#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS = -s ${LIBS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
 # Solaris