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

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to