diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-09-30 19:26:33 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-09-30 19:26:33 (GMT) |
commit | ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029 (patch) | |
tree | 15e96ce8e24b4ae29a7407b9959c0ab05716b4ee /setup.py | |
parent | 89bbe68195536c1652bc41986a48778c54440815 (diff) | |
download | cpython-ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029.zip cpython-ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029.tar.gz cpython-ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029.tar.bz2 |
Backport 5cfe8af7abb2.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |