JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed strip, added -s to LDFLAGS
[dwm.git] / Makefile
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