X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/f555908cef580106a50c53e096ec12bf4d2bb2e2..8b2f132973f0fc8150ea66debbed057d849b5cfe:/config.mk diff --git a/config.mk b/config.mk index 75cc46d..22a8adc 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.8 +VERSION = 3.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}