summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-04 19:35:59 +0000
committermidipix <writeonce@midipix.org>2021-06-04 19:47:09 +0000
commit6cfd58d2fa6c6905aaf7d13b30d17341dee86307 (patch)
tree72ac725eff06499faca8c1f8a62a714fafacb841 /configure
parent5dc03c4b10f350691d781153b8aa994c6f93a5e7 (diff)
downloadslibtool-6cfd58d2fa6c6905aaf7d13b30d17341dee86307.tar.bz2
slibtool-6cfd58d2fa6c6905aaf7d13b30d17341dee86307.tar.xz
build system: configure: common_defaults(): abstract the --debug cflags.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f770ae1..d3e3c7d 100755
--- a/configure
+++ b/configure
@@ -634,7 +634,7 @@ common_defaults()
# debug
if [ _$mb_debug = _yes ]; then
if [ -z "$mb_cflags_debug" ]; then
- mb_cflags_debug='-g3 -O0'
+ mb_cflags_debug='$(_CFLAGS_g3) $(_CFLAGS_O0)'
fi
fi