From: Cameron Katri Date: Thu, 3 Dec 2020 16:36:39 +0000 (-0500) Subject: Strip the binary X-Git-Tag: v0.2~1 X-Git-Url: https://git.cameronkatri.com/snaprestore.git/commitdiff_plain/1919d1ddfcc0793471c1d34daecb1985d80b9d3f?ds=sidebyside Strip the binary --- diff --git a/Makefile b/Makefile index 0307fb6..f164042 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ all: snaprestore snaprestore: snaprestore.m ent.xml NSTask.h $(CC) $(CFLAGS) -o snaprestore snaprestore.m -framework IOKit -framework Foundation -fobjc-arc + $(STRIP) snaprestore $(LDID) -Sent.xml snaprestore install: snaprestore