]> git.cameronkatri.com Git - snaprestore.git/commitdiff
Strip the binary
authorCameron Katri <me@cameronkatri.com>
Thu, 3 Dec 2020 16:36:39 +0000 (11:36 -0500)
committerCameron Katri <me@cameronkatri.com>
Thu, 3 Dec 2020 16:36:39 +0000 (11:36 -0500)
Makefile

index 0307fb69b48a69a26ea95c91828e29988dab4224..f164042a4f64df76c0f14b965d953197cd1a2f95 100644 (file)
--- 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
 
 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
        $(LDID) -Sent.xml snaprestore
 
 install: snaprestore