JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed strip, added -s to LDFLAGS
authorAnselm R. Garbe <arg@suckless.org>
Tue, 15 May 2007 11:44:04 +0000 (13:44 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 15 May 2007 11:44:04 +0000 (13:44 +0200)
Makefile
config.mk

index 50732a1..6219d56 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
index 1431e22..aa90094 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}