[CB-HELPER] Stop treating GRUB build warnings as errors.

This commit is contained in:
Velsoth 2017-06-07 12:34:06 +01:00
parent 564a01eb83
commit 40aa1749a6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ elif [ "$1" == "build_grub" ]; then
# Build GRUB # Build GRUB
cd grub cd grub
./autogen.sh ./autogen.sh
./configure --with-platform=coreboot ./configure --with-platform=coreboot --disable-werror
make -j${nproc} make -j${nproc}
cd .. cd ..