commit 8b6bdd39ffa461fbddb79614a340e08032600030 Author: FRIGN <[email protected]> Date: Sat Aug 16 22:05:43 2014 +0200
Remove "@strip $@" from the Makefile
LDFLAGS -s already strips.
Thanks, Hiltjo!
diff --git a/Makefile b/Makefile
index 8b4df6a..2ccbd79 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ config.h:
quark: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning
