Skip to content

Things to do to reduce the executable binary size #164

@illwieckz

Description

@illwieckz

Things we can do:

My experience with other binaries is that using LTO usually gives massing size reduction, more than -Os itself in a much larger order of magnitude, but then -Os can shave more bytes atop of that. We don't need extra performance in the updater, so using some MinSizeRel build is fine.

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