Commit f0202bb3 authored by Stefan Krah's avatar Stefan Krah Committed by GitHub

Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132)

parent 5e2eb35b
......@@ -2119,9 +2119,6 @@ class PyBuildExt(build_ext):
else:
raise DistutilsError("_decimal: unsupported architecture")
if 'gcc' in cc: # Suppressing the warnings in the source is too verbose.
extra_compile_args.append('-Wno-implicit-fallthrough')
# Workarounds for toolchain bugs:
if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'):
# Some versions of gcc miscompile inline asm:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment