diff options
author | Stefan Krah <skrah@bytereef.org> | 2017-08-18 11:55:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 11:55:45 (GMT) |
commit | f0202bb349986ff264d06b15058dcde4062b7b7a (patch) | |
tree | 275fe2533265c911353a3c6db32668785f76e256 /setup.py | |
parent | 5e2eb35bbed3e84079165e576cdb50ef36e13493 (diff) | |
download | cpython-f0202bb349986ff264d06b15058dcde4062b7b7a.zip cpython-f0202bb349986ff264d06b15058dcde4062b7b7a.tar.gz cpython-f0202bb349986ff264d06b15058dcde4062b7b7a.tar.bz2 |
Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |