From: arg@mig29 Date: Mon, 18 Dec 2006 13:39:34 +0000 (+0100) Subject: added Solaris hints X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=71fd06f843f47c6007a5698e5117ce8fe1d7812d added Solaris hints --- diff --git a/config.mk b/config.mk index ee11556..e1ba143 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.7 +VERSION = 2.8 # 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}