Skip to content

Optimizing the build size #335

@joaquimorg

Description

@joaquimorg

Using the option "-Os" in the build reduces the size of the build.

The only problem is that it removes all the debug information, but also in builds on the master there is no need to have that information.

build

It may be an idea to change the build, since we cannot use the debug, so we could switch to this option and the debug removes the "-Os" and in the release makes the build with this option.

The idea cames from :

discord

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions