X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=b63e2ca2e0b92f3d48da921db60d921f1b541662;hb=88c8ead3e8a22d311964c2a3ea0e384044f546c9;hp=d4395028954a170c7cf4d6d3590d18b0bad2e7ed;hpb=a54cf2ecef2ca83441dccd454c694b92bca42a16;p=dwm.git diff --git a/config.mk b/config.mk index d439502..b63e2ca 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 4.4 +VERSION = 4.8 # Customize below to fit your system @@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK #LDFLAGS = -g ${LIBS} # Solaris