[or-cvs] r14739: Strip the binary to save about 12615 bytes. (torbrowser/trunk/src/RelativeLink)

ioerror at seul.org ioerror at seul.org
Sun May 25 22:49:59 UTC 2008


Author: ioerror
Date: 2008-05-25 18:49:59 -0400 (Sun, 25 May 2008)
New Revision: 14739

Modified:
   torbrowser/trunk/src/RelativeLink/Makefile
Log:
Strip the binary to save about 12615 bytes.


Modified: torbrowser/trunk/src/RelativeLink/Makefile
===================================================================
--- torbrowser/trunk/src/RelativeLink/Makefile	2008-05-25 21:55:00 UTC (rev 14738)
+++ torbrowser/trunk/src/RelativeLink/Makefile	2008-05-25 22:49:59 UTC (rev 14739)
@@ -7,6 +7,7 @@
 
 RelativeLink: $(OBJECTS) 
 	$(CC) $(OBJECTS) $(CFLAGS) -o $(APPNAME)
+	strip $(APPNAME)
 
 RelativeLink.o: RelativeLink.c
 	$(CC) $(CFLAGS) -c RelativeLink.c -o RelativeLink.o



More information about the tor-commits mailing list