Skip to content

Commit 526c7bc

Browse files
committed
Since we are deleting ct.sym, dont need to optimize it.
1 parent 6ecb694 commit 526c7bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

slim-java.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function rt_jar_classes() {
194194
echo "done"
195195
}
196196

197-
# Strip the debug info from all jar files as well as ct.sym
197+
# Strip the debug info from all jar files
198198
function strip_jar() {
199199
# Using pack200 to strip debug info in jars
200200
echo "INFO: Strip debug info from jar files"
@@ -203,14 +203,6 @@ function strip_jar() {
203203
do
204204
strip_debug_from_jar ${jar}
205205
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
214206
}
215207

216208
# Strip debug information from share libraries

0 commit comments

Comments
 (0)