--disable-warnings-as-errors

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

View File

@ -64,6 +64,7 @@ bash ./configure \
--with-extra-cflags="$CFLAGS" \ --with-extra-cflags="$CFLAGS" \
--with-extra-cxxflags="$CFLAGS" \ --with-extra-cxxflags="$CFLAGS" \
--with-extra-ldflags="$LDFLAGS" \ --with-extra-ldflags="$LDFLAGS" \
--disable-warnings-as-errors \
--enable-option-checking=fatal \ --enable-option-checking=fatal \
--with-toolchain-type=clang \ --with-toolchain-type=clang \
--with-jvm-variants=$JVM_VARIANTS \ --with-jvm-variants=$JVM_VARIANTS \