Update buildjdk.sh

This commit is contained in:
Duy Tran Khanh 2021-01-23 06:12:35 +07:00 committed by GitHub
parent 00cd21c744
commit cbc60b4c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,8 @@ bash ./configure \
--with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \
--with-jdk-variant=$JDK_VARIANT \
--with-jdk-variant=normal \
--with-jvm-variants=$JDK_VARIANT \
--with-cups-include=$CUPS_DIR \
--with-devkit=$TOOLCHAIN \
--with-debug-level=$JDK_DEBUG_LEVEL \