pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2535072
)
menu now also uses -Os
author
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:57:51 +0000
(14:57 +0200)
committer
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:57:51 +0000
(14:57 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
27e1e2e
..
bcd012f
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dmenu version
-VERSION = 0.
1
+VERSION = 0.
2
# Customize below to fit your system
@@
-15,7
+15,7
@@
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
-CFLAGS = -O
3
${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -O
s
${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}