summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-18 12:42:42 (GMT)
committerGitHub <noreply@github.com>2022-07-18 12:42:42 (GMT)
commit4607e884e50227c3e7d784dd3a0b6809b4fb5fbf (patch)
treed3344dcba22ac47b1d5728be195fa0d2c924e23c /configure
parent7dc236d11642a2b366a7f20bc057c1934b3687ef (diff)
downloadcpython-4607e884e50227c3e7d784dd3a0b6809b4fb5fbf.zip
cpython-4607e884e50227c3e7d784dd3a0b6809b4fb5fbf.tar.gz
cpython-4607e884e50227c3e7d784dd3a0b6809b4fb5fbf.tar.bz2
[3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) (GH-94951)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index be89359..078bb5b 100755
--- a/configure
+++ b/configure
@@ -11990,6 +11990,12 @@ else
LIBMPDEC_LDFLAGS="-lm \$(LIBMPDEC_A)"
LIBMPDEC_INTERNAL="\$(LIBMPDEC_A)"
+ if test "x$with_pydebug" = xyes; then :
+
+ as_fn_append LIBMPDEC_CFLAGS " -DTEST_COVERAGE"
+
+fi
+
fi