aboutsummaryrefslogtreecommitdiff
blob: d64c742cd7c1d0ce9ee848f4a403475b9d2c0e1f (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>
 
     <!-- ================================================================== -->