diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:57 +0000 |
commit | c51f3b5c90388a050995fb9516f6f0b306f62084 (patch) | |
tree | ea0ec785c22af2eb44c05eeacf4feeb7bc0e744a /configure | |
parent | 0f30a034d990a8ccec27c63bc69b8bbc202ab067 (diff) | |
download | u16ports-c51f3b5c90388a050995fb9516f6f0b306f62084.tar.bz2 u16ports-c51f3b5c90388a050995fb9516f6f0b306f62084.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 |