X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/93aeaa53c920cd5f19751c6815a022f2d95059c1..82be28998576083b3e66ed436eb90ceba819c60a:/config.mk diff --git a/config.mk b/config.mk index 5031b41..f0c3489 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.9 +VERSION = 4.3 # Customize below to fit your system @@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} +LDFLAGS = -s ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS}