re-add strict flags

i need these. can always turn them off
when running make if you need to

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-15 23:27:49 +00:00
parent a3cd10be4a
commit 68b6851075

View File

@@ -4,8 +4,8 @@
CC?=cc
CSTD?=-std=c90
WERROR?=
CWARN?=-Wall -pedantic
WERROR?=-Werror
CWARN?=-Wall -Wextra -pedantic
COPT?=-Os
CFLAGS?=$(COPT) $(CWARN) $(CSTD)
LDFLAGS?=