mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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
|
CC = cc
|
||||||
HELLCC = clang
|
HELLCC = clang
|
||||||
|
|
||||||
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic -Werror
|
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|||||||
Reference in New Issue
Block a user