X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/22cf9626c770cef164de5254169abb1031e8e000..0f91dd1c74554bd19a0f06e7e851026e85efeb98:/config.mk diff --git a/config.mk b/config.mk index ebaab81..1726b35 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,5 @@ # dmenu version -VERSION = 4.2.1 - -# Customize below to fit your system +VERSION = 4.4.1-tip # paths PREFIX = /usr/local @@ -19,7 +17,8 @@ INCS = -I${X11INC} LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}