diff --git a/Makefile b/Makefile index f6a1356..81ab39c 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ $(NAME): $(SRC) $(HDR) $(NAME)-strip: $(NAME) $(Q)cp $< $@ - $(Q)$(X)strip -s $@ + $(Q)$(X)strip -x $@ .PHONY: install install: $(NAME)-strip