diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-04-22 03:33:33 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-04-22 03:33:33 +0100 |
| commit | a64cdaa30056f53caf970cd4137fa27e9a7231ac (patch) | |
| tree | 90948c15ccbcac1448925965515cfb9a7148e65d /util | |
| parent | c4e8c4fa25d21c76e99fc5ddde312fe86d6c3f99 (diff) | |
nvmutil: remove pedantic flag
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -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 7c7411f9..e8350203 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com> CC?=cc -CFLAGS?=-Os -Wall -Wextra -Werror -pedantic +CFLAGS?=-Os -Wall -Wextra DESTDIR?= PREFIX?=/usr/local INSTALL?=install |
