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 | 040c5224e8644f7e802bc1b9a6be9c88242354af (patch) | |
tree | 19979fe373222febe9ed9b85b7d63ff8dcaff1a4 /configure | |
parent | a7574262cd634483bf40220161dc656019d72cdc (diff) | |
download | perk-040c5224e8644f7e802bc1b9a6be9c88242354af.tar.bz2 perk-040c5224e8644f7e802bc1b9a6be9c88242354af.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 |