We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecb694 commit 526c7bcCopy full SHA for 526c7bc
slim-java.sh
@@ -194,7 +194,7 @@ function rt_jar_classes() {
194
echo "done"
195
}
196
197
-# Strip the debug info from all jar files as well as ct.sym
+# Strip the debug info from all jar files
198
function strip_jar() {
199
# Using pack200 to strip debug info in jars
200
echo "INFO: Strip debug info from jar files"
@@ -203,14 +203,6 @@ function strip_jar() {
203
do
204
strip_debug_from_jar ${jar}
205
done
206
-
207
- # Strip debug info from ct.sym
208
- echo "INFO: Strip debug info from ct.sym"
209
- pushd lib >/dev/null
210
- mv ct.sym ct.jar
211
- strip_debug_from_jar ct.jar
212
- mv ct.jar ct.sym
213
- popd >/dev/null
214
215
216
# Strip debug information from share libraries
0 commit comments