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 e8488c4 commit 5fe5e3bCopy full SHA for 5fe5e3b
setup.py
@@ -77,7 +77,7 @@ class BuildExt(build_ext):
77
#'unix': ['-O3', '-march=native'], # , '-w'
78
'unix': ['-O3'], # , '-w'
79
}
80
- if not os.environ.get("HNSWLIB_NO_CFLAGS"):
+ if not os.environ.get("HNSWLIB_NO_NATIVE"):
81
if "conda" not in sys.version.lower():
82
c_opts['unix'].append('-march=native')
83
0 commit comments