diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:56 +0000 |
commit | b629ddf8d40cfc9b8f113bb108ba685991caca22 (patch) | |
tree | 937d38672e0a78006165c9fed5ecbae936c5e879 /configure | |
parent | 8def16a7ab769063d0c84c90c3132e139ba9c4c4 (diff) | |
download | ntux-b629ddf8d40cfc9b8f113bb108ba685991caca22.tar.bz2 ntux-b629ddf8d40cfc9b8f113bb108ba685991caca22.tar.xz |
build system: if supported, add -Wpedantic to --strict cflags.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -718,7 +718,7 @@ config_flags() # ccstrict if [ _$mb_ccstrict = _yes ]; then - mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef)' + mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef) $(_CFLAGS_Wpedantic)' fi # ldstrict |