X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/ca973eb64e9303b9bc5d84062189e397726e1fdd..f1ab687c628f0ee4e71c33c4a8d304534e60141a:/config.mk diff --git a/config.mk b/config.mk index c7d3cc7..1eaf66e 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 1.2 +VERSION = 2.4.1 # Customize below to fit your system @@ -20,6 +20,10 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} +#CFLAGS += -xtarget=ultra + # compiler and linker CC = cc -LD = ${CC}