Use of `-O3` in multiple places in CMakeLists.txt is probably redundant · Issue #62 · quantumlib/chromobius · GitHub
Skip to content

Use of -O3 in multiple places in CMakeLists.txt is probably redundant #62

Description

@mhucka

The -O3 flag is used in target_link_options for chromobius, libchromobius, and chromobius_pybind. This is a compiler optimization flag and is already set in target_compile_options. Unless I'm missing something, it's redundant in the linker options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions