diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 23:27:49 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:41 +0000 |
| commit | 5b8ea71bbd01ab8f8700058ee48e20d6d97357e6 (patch) | |
| tree | 3bf7e1a70fe1c3f22fdcc78f4d663d5d2b003af2 /util/nvmutil/Makefile | |
| parent | e795e42f66ff71d14614ef383e8c2541df7c53a6 (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>
Diffstat (limited to 'util/nvmutil/Makefile')
| -rw-r--r-- | util/nvmutil/Makefile | 4 |
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?= |
