blob: 23f62b80baa50edae811bcd62a7bf40adec0c615 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a//make/gluegen-cpptasks-base.xml b//make/gluegen-cpptasks-base.xml
index 8b8b82e..ec39aeb 100755
--- a//make/gluegen-cpptasks-base.xml
+++ b//make/gluegen-cpptasks-base.xml
@@ -1511,17 +1511,6 @@
- Helper strip.libraries for stripping off debug information
-->
<target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
- <echo message="Strip symbols from libs in ${libdir}" />
- <apply dir="${libdir}" executable="${c.strip.tool}" parallel="false"
- failonerror="true">
- <arg line="${c.strip.args}"/>
- <fileset dir="${libdir}">
- <include name="**/*.so"/> <!-- unix -->
- <include name="**/*.dll"/> <!-- windows -->
- <include name="**/*.dylib"/> <!-- macosx -->
- <include name="**/*.jnilib"/> <!-- macosx -->
- </fileset>
- </apply>
</target>
<!-- ================================================================== -->
|