mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
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:
@@ -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?=
|
||||
|
||||
Reference in New Issue
Block a user