X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/863656d2bcb60b58fd89194cc00e956821e2c204..4ee661d9086f3faa9218cebb53983517bd685222:/config.mk diff --git a/config.mk b/config.mk index 4657aff..2f41d74 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.7 +VERSION = 0.8 # Customize below to fit your system @@ -15,7 +15,7 @@ INCS = -I/usr/lib -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags -CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" +CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS}