nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.3k stars 633 forks source link

CMakeLists: fix GCC flags #550

Open barracuda156 opened 6 months ago

barracuda156 commented 6 months ago

Fixes: https://github.com/nmslib/hnswlib/issues/547

dyashuni commented 6 months ago

Thank you, @barracuda156