diff --git a/slim-java.sh b/slim-java.sh index 2a6b612c4..38f447ce8 100755 --- a/slim-java.sh +++ b/slim-java.sh @@ -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" }