Skip to content

Commit

Permalink
Use strip -x
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
  • Loading branch information
angt committed Feb 29, 2020
1 parent ee2d7a2 commit eee6a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eee6a22

Please sign in to comment.