summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-04 19:38:08 +0000
committermidipix <writeonce@midipix.org>2021-06-04 19:53:09 +0000
commitfd2fb7e076236e5b724c598020e9a4ebcb8916e0 (patch)
treee7dcb5ba72d20055ce4f57fb629600da3defc762
parent99b05b4918a5c3b9f225171a8a2e437ba299014d (diff)
downloadpemagine-fd2fb7e076236e5b724c598020e9a4ebcb8916e0.tar.bz2
pemagine-fd2fb7e076236e5b724c598020e9a4ebcb8916e0.tar.xz
build system: configure: config_flags(): abstract the --strict cflags, ldflags.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d3e3c7d..9c7a6b2 100755
--- a/configure
+++ b/configure
@@ -688,12 +688,12 @@ config_flags()
# ccstrict
if [ _$mb_ccstrict = _yes ]; then
- mb_cflags_strict='-Wall -Werror -Wextra -Wundef'
+ mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef)'
fi
# ldstrict
if [ _$mb_ldstrict = _yes ]; then
- mb_ldflags_strict='-Wl,--no-undefined'
+ mb_ldflags_strict='$(_CFLAGS_Wl___no_undefined)'
fi
# step epilog