diff --git a/cb-helper b/cb-helper index 5505f48..a2b1b75 100755 --- a/cb-helper +++ b/cb-helper @@ -156,7 +156,7 @@ elif [ "$1" == "build_grub" ]; then # Build GRUB cd grub ./autogen.sh - ./configure --with-platform=coreboot + ./configure --with-platform=coreboot --disable-werror make -j${nproc} cd ..