From be1726a3336055e5e84f3539f692637c3db295f4 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 6 Jun 2021 19:41:56 +0700 Subject: [PATCH] Disable precompiled headers --- buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildjdk.sh b/buildjdk.sh index 69172d7..9c3c4c6 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -66,6 +66,7 @@ bash ./configure \ --with-extra-ldflags="$LDFLAGS" \ --disable-warnings-as-errors \ --enable-option-checking=fatal \ + --disable-precompiled-headers \ --with-toolchain-type=clang \ --with-jvm-variants=$JVM_VARIANTS \ --with-cups-include=$CUPS_DIR \