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