X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=bd98b47cf74bff5b611ace8abc6b1b82a2133c4c;hb=79ecbeca7e4ca6d614bf233e7bc95d273df6e3b4;hp=ede70af13a947d1590160e725bd3b23dbeb099c7;hpb=39d1ecd5b0b22dbd61ba5206c9f08a187f911b2a;p=dwm.git diff --git a/config.mk b/config.mk index ede70af..bd98b47 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.0 +VERSION = 5.0.1 # Customize below to fit your system @@ -20,10 +20,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -Os ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"