Skip to content

allow injection of additional CFLAGS #21

Description

@umlaeute

it seems that the CMakeFile sets the build flags

set(CMAKE_C_FLAGS "-std=c11 -mcx16")
in a way, that does not allow the user to inject additional build flags.

would it be possible to use something like this instead:

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -mcx16")

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions