Skip to content

README documents MODE property but the actual build type property is src_build_type #33

Description

@nickk02

The README says to set MODE=Release or MODE=Debug in build.properties to change the build type. That property doesn't exist anywhere in the build system.

The actual property is src_build_type (e.g. src_build_type = Release), which feeds into -DCMAKE_BUILD_TYPE=${src_build_type} in the Ant build. Anyone following the README to change the build type sets a property that's never read and wonders why nothing changes.

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