X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=9e4636af74923e2f20b975d91b2273af2a4c9287;hp=ede70af13a947d1590160e725bd3b23dbeb099c7;hb=63d719023161c807242c01a2fe81a1097ca37447;hpb=39d1ecd5b0b22dbd61ba5206c9f08a187f911b2a diff --git a/config.mk b/config.mk index ede70af..9e4636a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.0 +VERSION = 5.2 # 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}\"