Skip to content

Commit

Permalink
[scripts] Disable build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubVanek committed Mar 25, 2018
1 parent 092a5f7 commit 6a940ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bash ./configure --with-boot-jdk="$SCRIPTDIR/jdk-9.0.4" \
--with-freetype-lib=/usr/lib/arm-linux-gnueabi \
--with-freetype-include=/usr/include \
--with-jvm-variants=client \
--with-extra-cflags="-Wno-error -D__SOFTFP__" \
--with-extra-cflags="-w -Wno-error -D__SOFTFP__" \
--with-version-string="$JAVA_VERSION" \
AR="arm-linux-gnueabi-gcc-ar" \
NM="arm-linux-gnueabi-gcc-nm" \
Expand Down

0 comments on commit 6a940ac

Please sign in to comment.