Leave the decision whether to strip the binary up to the user/packager
authorIvy Foster <ivy.foster@gmail.com>
Sat, 23 Apr 2016 02:40:13 +0000 (21:40 -0500)
committerIvy Foster <ivy.foster@gmail.com>
Sat, 23 Apr 2016 02:40:13 +0000 (21:40 -0500)
Makefile

index fad05b1aa0aa02712eb42b48188feb04612b0594..539fb7112e161a9dfd62747f823abc6bfe43dd51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,6 @@ soundcard.h:
        fi
 
 install: $(NAME)
-       strip $(BINNAME)$(EXTENSION)
        @install -D -m 755 $(BINNAME)$(EXTENSION) "$(DESTDIR)$(PREFIX)/bin/$(BINNAME)$(EXTENSION)"
        @install -D -m 644 doc/$(NAME).6 "$(DESTDIR)$(MAN_PREFIX)/man/man6/$(NAME).6"
 
@@ -300,7 +299,6 @@ uninstall:
 deinstall: uninstall
 
 install_dumb: d$(NAME)
-       strip d$(BINNAME)$(EXTENSION)
        @install -D -m 755 d$(BINNAME)$(EXTENSION) "$(DESTDIR)$(PREFIX)/bin/d$(BINNAME)$(EXTENSION)"
        @install -D -m 644 doc/d$(NAME).6 "$(DESTDIR)$(MAN_PREFIX)/man/man6/d$(NAME).6"