mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 01:41:17 +02:00
Do not treat warnings as errors when building flashrom. This fixes build failure with newer versions of GCC.
This commit is contained in:
@@ -36,5 +36,5 @@ printf "Building flashrom\n"
|
|||||||
(
|
(
|
||||||
cd "flashrom/"
|
cd "flashrom/"
|
||||||
make clean
|
make clean
|
||||||
make -j$(nproc)
|
make WARNERROR=no -j$(nproc)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user