changeset 636:4c5bf6369e90

added Solaris hints
author arg@mig29
date Mon, 18 Dec 2006 14:39:34 +0100
parents 5e888f74d983
children 376051cfc618
files config.mk
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.mk	Thu Dec 14 08:50:49 2006 +0100
+++ b/config.mk	Mon Dec 18 14:39:34 2006 +0100
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 2.7
+VERSION = 2.8
 
 # Customize below to fit your system
 
@@ -20,6 +20,11 @@
 #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}