We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc674d commit 6da99d6Copy full SHA for 6da99d6
setup.py
@@ -77,8 +77,6 @@ class BuildExt(build_ext):
77
#'unix': ['-O3', '-march=native'], # , '-w'
78
'unix': ['-O3'], # , '-w'
79
}
80
- if "conda" not in sys.version.lower():
81
- c_opts['unix'].append("-march=native")
82
link_opts = {
83
'unix': [],
84
'msvc': [],
0 commit comments