pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4042a11
)
removed strip, added -s to LDFLAGs
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:44:41 +0000
(13:44 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:44:41 +0000
(13:44 +0200)
Makefile
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6b273cb
..
35e30f5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,6
@@
${OBJ}: dmenu.h config.mk
dmenu: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning
diff --git
a/config.mk
b/config.mk
index
ce5daab
..
18565ea
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-16,7
+16,7
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
+LDFLAGS =
-s
${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}