[Sugar-devel] [PATCH TamTam 2/2] Clooper: strip built library

Daniel Drake dsd at laptop.org
Wed May 1 09:49:57 EDT 2013


This saves some disk space.
The unstripped version can still be built with "make aclient.so"
---
 common/Util/Clooper/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Util/Clooper/Makefile b/common/Util/Clooper/Makefile
index eaefae9..8dfd624 100644
--- a/common/Util/Clooper/Makefile
+++ b/common/Util/Clooper/Makefile
@@ -20,6 +20,7 @@ LDFLAGS+=  $(python-config --libs) \
 all : aclient.so
 	rm -rf $(LIB_NAME)
 	mkdir $(LIB_NAME)
+	strip aclient.so
 	mv aclient.so $(LIB_NAME)/
 	touch $(LIB_NAME)/__init__.py
 
-- 
1.8.1.4



More information about the Sugar-devel mailing list