X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/85a151c6a43407b0fbd74562f46744e0e825c691..1538bb7426af201f632f6de38114caf91100d698:/config.mk diff --git a/config.mk b/config.mk index efd00bf..3cc8b32 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.9 +VERSION = 3.6 # Customize below to fit your system @@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # Solaris