X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=5c783ef2768bd693c9cc93649950d8f2752e78b0;hb=bced9077f963be2bce4f0c60023c3b48af54b8e9;hp=4f04772dbced472ec8013ef9709392a741e8f8fe;hpb=0384faeee5308d992e60084dd6565c78e6e11af4;p=dwm.git diff --git a/config.mk b/config.mk index 4f04772..5c783ef 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.9 +VERSION = 3.3 # 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}