X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/ccf4d7166fa6c70c6bfef3d8094e018b78ee4df7..38b866ba3453e2a7567b084a353e50a36ed92221:/config.mk diff --git a/config.mk b/config.mk index b4c3110..9406af6 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 3.3 +VERSION = 3.5 # Customize below to fit your system @@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # Solaris