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 8636ca41f4
commit a3cd10be4a

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?=