[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14739: Strip the binary to save about 12615 bytes. (torbrowser/trunk/src/RelativeLink)
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