Enable debug files

This commit is contained in:
Tran Khanh Duy 2020-11-09 14:54:11 +07:00 committed by GitHub
parent 6b2e859fc8
commit 576eacab4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,4 @@ rm -rf jreout || true
cp -r openjdk/build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}/images/j2re-image jreout
mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
find jreout -name "*.diz" | xargs -- rm
# find jreout -name "*.diz" | xargs -- rm