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 | be8ac2c098c042bac1540e3370bd3adccdc1f365 (patch) | |
tree | 9d246e0586972dd094692e3af462f85201a3838c /configure | |
parent | 209572128c2f6e79192e069ed3b811a91bb72f94 (diff) | |
download | sbmake-be8ac2c098c042bac1540e3370bd3adccdc1f365.tar.bz2 sbmake-be8ac2c098c042bac1540e3370bd3adccdc1f365.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 |