X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/4d318060a2af949b4a40d05019be891f28eb331b..e6ede461a97fccf00411d581cdd93158b73cd97d:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index 6765825..f365e8f 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 4.0 +VERSION = 4.9 # Customize below to fit your system @@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # Solaris