]> git.armaanb.net Git - dwm.git/blobdiff - config.mk
next version is 4.1
[dwm.git] / config.mk
index 0a86a54cddc7d0ca8e8521ad385a5f5f339fd4db..1431e22251623615bc14ddd7a04e102d1c140f1b 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.4
+VERSION = 4.1
 
 # Customize below to fit your system
 
@@ -20,6 +20,10 @@ 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}