Remove "@strip $@" from the Makefile
LDFLAGS -s already strips. Thanks, Hiltjo!
This commit is contained in:
parent
7ecf520b30
commit
8b6bdd39ff
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -26,7 +26,6 @@ config.h:
|
|||
quark: ${OBJ}
|
||||
@echo CC -o $@
|
||||
@${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||
@strip $@
|
||||
|
||||
clean:
|
||||
@echo cleaning
|
||||
|
|
Loading…
Reference in a new issue