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 67c869b commit 641e62bCopy full SHA for 641e62b
setup.py
@@ -78,8 +78,7 @@ class BuildExt(build_ext):
78
'unix': ['-O3'], # , '-w'
79
}
80
if not os.environ.get("HNSWLIB_NO_NATIVE"):
81
- if "conda" not in sys.version.lower():
82
- c_opts['unix'].append('-march=native')
+ c_opts['unix'].append('-march=native')
83
84
link_opts = {
85
'unix': [],
0 commit comments