summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 23:27:49 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-15 23:28:02 +0000
commit68b685107512ff2f0b4cd2273f98773842ab0e65 (patch)
tree4644230014f2643079afe9a685693d0077bbdf68
parenta3cd10be4a804c9bc309b5d0e28545b8ea5e0ec0 (diff)
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>
-rw-r--r--util/nvmutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index beca4f3a..8a110938 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -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?=