]> git.armaanb.net Git - dmenu.git/commitdiff
config.mk cleanup
authoranselm@garbe.us <unknown>
Wed, 4 Jan 2012 12:30:47 +0000 (13:30 +0100)
committeranselm@garbe.us <unknown>
Wed, 4 Jan 2012 12:30:47 +0000 (13:30 +0100)
config.mk

index 87a87f94622c5186982ce94ce8c2da33098912ee..1726b35e200db0578a42c58a1dcbf4fe80753371 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = hg
+VERSION = 4.4.1-tip
 
 # paths
 PREFIX = /usr/local
@@ -18,7 +18,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
 
 # 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