Skip to content

[Build] Remove warning compile flags from release build #56

Description

@ViTeXFTW

Request

Description

Currently the following compileflags are added no matter the cmake config -Wall -Wextra -Wpedantic -Werror which can fail the compilation if a member is not used and might be too excessive for a release build.

Why

To not clutter the codebase with [[maybe_unused]] decorators to allow for compiling with both configs

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildSomething with the buildsystem

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions