mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user