lbutils: remove -Werror

the actual warn flags are still there.

leaving Werror in production is ill advised.

i can (and will) still fix build errors as
i see them.

as a result of this, i now also see more info
when i type:

make strict

(this uses clang with -Weverything)

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-01 15:02:52 +01:00
parent 9dc141bafa
commit 5b465d3af6
+1 -1
View File
@@ -8,7 +8,7 @@
CC = cc
HELLCC = clang
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic -Werror
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic
LDFLAGS =
DESTDIR =
PREFIX = /usr/local