Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2013-05-01 13:49:57 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-05-02 15:32:41 (GMT)
commit9dfca364b61cac730486e733b175ac9d7e6a9977 (patch)
tree945d6326f54c78223b51a3efb8d56c96d54f48d3
parent6395b6c83bf3cc0ae44044ee6f9b3e98df72a076 (diff)
Clooper: strip built library
This saves some disk space. The unstripped version can still be built with "make aclient.so"
-rw-r--r--common/Util/Clooper/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Util/Clooper/Makefile b/common/Util/Clooper/Makefile
index 4fddb2e..1a5a3c1 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