Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it appear...
[dmenu.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
00fe5a9
..
1670243
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-20,6
+20,11
@@
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${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}
# compiler and linker
CC = cc
LD = ${CC}