X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=11a16f7a8521894f8ecbc476d1ade4248399a032;hb=244addb3f4253e1cd35dc9af504b3172aaccd576;hp=bd9c6b318aaa60cacde9fb3a60db05d4eda2b626;hpb=7df39f3fc71aa62e64664787902152b41617fe1c;p=dwm.git diff --git a/config.mk b/config.mk index bd9c6b3..11a16f7 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.6 +VERSION = 5.6.1 # Customize below to fit your system @@ -20,7 +20,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # 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} # Solaris