mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-01-22 07:00:08 +00:00
b75d32be72
We haven't seen any build errors, but it seems flashprog sets -Werror on CFLAGS. If you provide WARNERROR=no as a make argument, it avoids -Werror entirely. This is a preventative fix, for over-zealous compilers. Signed-off-by: Leah Rowe <leah@libreboot.org>
3 lines
69 B
INI
3 lines
69 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
makeargs="WARNERROR=no"
|