Explorar o código

added Solaris hints

arg@mig29 %!s(int64=19) %!d(string=hai) anos
pai
achega
71fd06f843
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      config.mk

+ 6 - 1
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}