X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/dbccf6fbff01dce1e4349ab8ccff4357e360da4c..38b866ba3453e2a7567b084a353e50a36ed92221:/config.mk?ds=inline diff --git a/config.mk b/config.mk index cc328ea..9406af6 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.2 +VERSION = 3.5 # 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