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 | 0832a57098190cd863e9e5806082856ad931bf8d (patch) | |
tree | 313e99602a2edd88a3702b0ecc393c1d6001000e /configure | |
parent | 6ca23376ce5da9f45db2379518b80a325fd7bf03 (diff) | |
download | mdso-0832a57098190cd863e9e5806082856ad931bf8d.tar.bz2 mdso-0832a57098190cd863e9e5806082856ad931bf8d.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 |