Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion slim-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ function strip_jar() {
function strip_bin() {
echo -n "INFO: Stripping debug info in object files..."
find bin -type f ! -path "./*"/java-rmi.cgi -exec strip -s {} \;
find . -name "*.so*" -exec strip -s {} \;
find . -name jexec -exec strip -s {} \;
echo "done"
}
Expand Down