X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=a0ef56a71092800f63965dcef25aa180d86e94e3;hb=a71424ac0e74f05274a8009f07487112730fa472;hp=df43482cb410bd794130b5400d78e1e24300ae45;hpb=1f207893e6162f8ae8be17440830ca1eb1e80746;p=dmenu.git diff --git a/config.mk b/config.mk index df43482..a0ef56a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 0.9 +VERSION = 2.4.2 # 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}