diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index e40b8e0..103c249 100644 --- a/configure.ac +++ b/configure.ac @@ -3896,11 +3896,6 @@ AS_VAR_IF([with_system_libmpdec], [yes], [ LIBMPDEC_LDFLAGS="-lm \$(LIBMPDEC_A)" LIBMPDEC_INTERNAL="\$(LIBMPDEC_HEADERS) \$(LIBMPDEC_A)" - dnl Enable strict-overflow for libmpdec, if available, see GH-108562 - AS_VAR_IF([ac_cv_cc_supports_fstrict_overflow], [yes], [ - AS_VAR_APPEND([LIBMPDEC_CFLAGS], [" -fstrict-overflow"]) - ]) - dnl Disable forced inlining in debug builds, see GH-94847 AS_VAR_IF([with_pydebug], [yes], [ AS_VAR_APPEND([LIBMPDEC_CFLAGS], [" -DTEST_COVERAGE"]) |