We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the hardcoded flags here are wrong: https://github.com/nmslib/hnswlib/blob/master/CMakeLists.txt
-march= is not supported on PowerPC, -mtune= is.
-march=
-mtune=
-lrt is a BSD library, it should not be used on macOS, AFAIK.
-lrt
The text was updated successfully, but these errors were encountered:
Hi @barracuda156, Can you please fix it wit a PR (and maybe test)?
Sorry, something went wrong.
CMakeLists: fix GCC flags
6d7a5e6
Fixes: nmslib#547
@yurymalkov Will it run CI here? I will check on macOS locally, but I cannot check it on Linux or BSD. #550
Successfully merging a pull request may close this issue.
Some of the hardcoded flags here are wrong: https://github.com/nmslib/hnswlib/blob/master/CMakeLists.txt
-march=
is not supported on PowerPC,-mtune=
is.-lrt
is a BSD library, it should not be used on macOS, AFAIK.The text was updated successfully, but these errors were encountered: