mirror of
https://github.com/python/cpython.git
synced 2025-08-12 04:49:01 +00:00
This commit is contained in:
parent
5e2eb35bbe
commit
f0202bb349
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -2119,9 +2119,6 @@ class PyBuildExt(build_ext):
|
||||||
else:
|
else:
|
||||||
raise DistutilsError("_decimal: unsupported architecture")
|
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:
|
# Workarounds for toolchain bugs:
|
||||||
if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'):
|
if sysconfig.get_config_var('HAVE_IPA_PURE_CONST_BUG'):
|
||||||
# Some versions of gcc miscompile inline asm:
|
# Some versions of gcc miscompile inline asm:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue