Back to clang

This commit is contained in:
Duy Tran Khanh 2021-06-07 16:30:32 +07:00 committed by GitHub
parent 0689441794
commit 6a0cee9365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,9 +64,10 @@ bash ./configure \
--with-extra-cflags="$CFLAGS" \
--with-extra-cxxflags="$CFLAGS" \
--with-extra-ldflags="$LDFLAGS" \
--disable-precompiled-headers \
--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 \
--with-devkit=$TOOLCHAIN \