X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=d4395028954a170c7cf4d6d3590d18b0bad2e7ed;hb=aa53e39ec0eb39949c5c03d56da08204d14d9ff9;hp=5031b41273f6b7ea30b552c42a2fab0e26133427;hpb=93aeaa53c920cd5f19751c6815a022f2d95059c1;p=dwm.git diff --git a/config.mk b/config.mk index 5031b41..d439502 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.9 +VERSION = 4.4 # 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}