X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=5176248939fb278f486b1e8f78821dc98e1da2c5;hb=e237b2a76fb3dac1f43b91e5c7b6adb9ef04c9ed;hp=96811e07550417150ae50cc7d289d7060d5fb16a;hpb=2e958372200065bff8f19ca88d39e627df4a2f67;p=dwm.git diff --git a/config.mk b/config.mk index 96811e0..5176248 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}\" -DWORK +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"