config.mk
branchstil
changeset 1540 e8a43c5bbc46
parent 1531 606ac98e35df
parent 1539 e2a9bd720b6e
--- a/config.mk	Sun May 12 19:15:15 2013 +0400
+++ b/config.mk	Wed Apr 02 20:43:22 2014 +0400
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 5.9
+VERSION = 6.0
 
 # Customize below to fit your system
 
@@ -20,10 +20,10 @@
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS}
-#LDFLAGS = -s ${LIBS}
+#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+#LDFLAGS = -g ${LIBS}
+LDFLAGS = -s ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"