From eee6a22ccd4a959a0c5a744c3f0d35c86bd94964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Sat, 29 Feb 2020 10:06:50 +0000 Subject: [PATCH] Use strip -x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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