X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/507c030b5b9aac65324df64eafa2863495bb0783..1538bb7426af201f632f6de38114caf91100d698:/config.mk?ds=inline diff --git a/config.mk b/config.mk index 771082a..3cc8b32 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.0 +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 @@ -27,4 +27,3 @@ LDFLAGS = ${LIBS} # compiler and linker CC = cc -LD = ${CC}