Skip to content

CMakeLists needs a fix for some hardcoded flags #547

Open
@barracuda156

Description

@barracuda156

Some of the hardcoded flags here are wrong: https://github.com/nmslib/hnswlib/blob/master/CMakeLists.txt

  1. -march= is not supported on PowerPC, -mtune= is.

  2. -lrt is a BSD library, it should not be used on macOS, AFAIK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions