summaryrefslogtreecommitdiff
path: root/util/nvmutil/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 21:32:22 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:41 +0000
commite795e42f66ff71d14614ef383e8c2541df7c53a6 (patch)
tree2ce27703a0b8ac1fd87498a2979680b57f1774e8 /util/nvmutil/Makefile
parent7f14693e6cea65e0e769817978be9b7d53cf1929 (diff)
also remove -Wextra
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/Makefile')
-rw-r--r--util/nvmutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index c89b7228..beca4f3a 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -5,7 +5,7 @@
CC?=cc
CSTD?=-std=c90
WERROR?=
-CWARN?=-Wall -Wextra -pedantic
+CWARN?=-Wall -pedantic
COPT?=-Os
CFLAGS?=$(COPT) $(CWARN) $(CSTD)
LDFLAGS?=