Disable precompiled headers

This commit is contained in:
Duy Tran Khanh 2021-06-06 19:41:56 +07:00 committed by GitHub
parent 151077652d
commit be1726a333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \