diff -r 6718f0ba24fd -r e8a43c5bbc46 config.mk --- 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}\"