gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)

gh-108562: partial reversion of pr114751

Reverts -fstrict-overflow for libmpdec
This commit is contained in:
Sergey B Kirpichev 2024-03-04 20:07:24 +03:00 committed by GitHub
parent 9b9e819b51
commit ea1b1c579f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 13 deletions

7
configure generated vendored
View file

@ -14516,13 +14516,6 @@ else $as_nop
LIBMPDEC_LDFLAGS="-lm \$(LIBMPDEC_A)"
LIBMPDEC_INTERNAL="\$(LIBMPDEC_HEADERS) \$(LIBMPDEC_A)"
if test "x$ac_cv_cc_supports_fstrict_overflow" = xyes
then :
as_fn_append LIBMPDEC_CFLAGS " -fstrict-overflow"
fi
if test "x$with_pydebug" = xyes
then :