mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Backport 5cfe8af7abb2.
This commit is contained in:
parent
89bbe68195
commit
ffc3dee5ae
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -1985,6 +1985,7 @@ class PyBuildExt(build_ext):
|
|||
# solaris: problems with register allocation.
|
||||
# icc >= 11.0 works as well.
|
||||
define_macros = config['ppro']
|
||||
extra_compile_args.append('-Wno-unknown-pragmas')
|
||||
else:
|
||||
define_macros = config['ansi32']
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue