Use strip -x

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2020-02-29 10:06:50 +00:00
parent ee2d7a2e07
commit eee6a22ccd

View File

@@ -26,7 +26,7 @@ $(NAME): $(SRC) $(HDR)
$(NAME)-strip: $(NAME) $(NAME)-strip: $(NAME)
$(Q)cp $< $@ $(Q)cp $< $@
$(Q)$(X)strip -s $@ $(Q)$(X)strip -x $@
.PHONY: install .PHONY: install
install: $(NAME)-strip install: $(NAME)-strip