From aa536adba77d7036a16fb5908d3c7022ac33cd03 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 30 Dec 2017 12:49:11 +0100 Subject: Try --strip-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff50b37..7195f0f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ encpipe: $(OBJ) $(CC) $(CFLAGS) -o encpipe $(OBJ) install: bin - -$(STRIP) encpipe 2> /dev/null + -$(STRIP) --strip-all encpipe 2> /dev/null || $(STRIP) encpipe 2> /dev/null mkdir -p $(PREFIX)/bin install -o 0 -g 0 -m 0755 encpipe $(PREFIX)/bin 2> /dev/null || install -m 0755 encpipe $(PREFIX)/bin -- cgit v1.2.3-70-g09d2