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 20:59:04 (GMT)
commit9d3e85da8190093cec454a6fccc30f2a1b834961 (patch)
tree0479c83b260001f0ae403c03f4e0a146795da992
parent2bef13b84f29095670de05cc64d4b3b413cf29b0 (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