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:
fef6c5c
)
removed strip, added -s to LDFLAGS
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:44:04 +0000
(13:44 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:44:04 +0000
(13:44 +0200)
Makefile
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 50732a1c771c0edaf5506e18ada74f1d3e7a6820..6219d56651cba590395d5a95e2b6ff197639d7ee 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,6
@@
config.h:
dwm: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning
diff --git
a/config.mk
b/config.mk
index 1431e22251623615bc14ddd7a04e102d1c140f1b..aa90094ad0217f823567286e44c123c3f2fe0d45 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}