X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/f555908cef580106a50c53e096ec12bf4d2bb2e2..5a3dfb1c40a58647cd55147cc93fec9811a0a6a1:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index 75cc46d..18565ea 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.8 +VERSION = 3.1 # 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}