diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 21:32:22 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-15 21:32:22 +0000 |
| commit | a3cd10be4a804c9bc309b5d0e28545b8ea5e0ec0 (patch) | |
| tree | a7f7c10c4ad013609cfb4ea0b0e20aaa999f250a /util/nvmutil | |
| parent | 8636ca41f48415961c5bbec8edde044ce9d451b1 (diff) | |
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/Makefile | 2 |
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?= |
