X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/3632d7132fc212a50e62327858a3d15c0e81e030..c13be8d620372a55f5867cafd6ad4277ad77790c:/config.mk diff --git a/config.mk b/config.mk index 957a92c..11a16f7 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.5 +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