X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=1d73f2be90eb5773fd82cba579892876158c9364;hp=4f04772dbced472ec8013ef9709392a741e8f8fe;hb=cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55;hpb=0384faeee5308d992e60084dd6565c78e6e11af4 diff --git a/config.mk b/config.mk index 4f04772..1d73f2b 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.9 +VERSION = 2.9 # Customize below to fit your system @@ -20,6 +20,11 @@ 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}