projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e6866
)
added Solaris hints
author
arg@mig29
<unknown>
Mon, 18 Dec 2006 13:39:34 +0000
(14:39 +0100)
committer
arg@mig29
<unknown>
Mon, 18 Dec 2006 13:39:34 +0000
(14:39 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index ee11556309332f29e10c25de403d3066792caa6a..e1ba143bed2493b45d8ec4c5aaecd1f208711217 100644
(file)
--- 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}