also remove -Wextra

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-15 21:32:22 +00:00
parent 7f14693e6c
commit e795e42f66
+1 -1
View File
@@ -5,7 +5,7 @@
CC?=cc
CSTD?=-std=c90
WERROR?=
CWARN?=-Wall -Wextra -pedantic
CWARN?=-Wall -pedantic
COPT?=-Os
CFLAGS?=$(COPT) $(CWARN) $(CSTD)
LDFLAGS?=