tremoved strip, added -s to LDFLAGS - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b896b58d6dbdfc98c0099bd7276e4989527160c6
(DIR) parent fef6c5c66bfe971f00622706689d048c6e473ca7
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 15 May 2007 13:44:04 +0200
removed strip, added -s to LDFLAGS
Diffstat:
M Makefile | 1 -
M config.mk | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -27,7 +27,6 @@ config.h:
dwm: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning
(DIR) diff --git a/config.mk b/config.mk
t@@ -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}