Skip to content

Generated executable file size is too big #8

@jasaldivara

Description

@jasaldivara

When I build the example running ./build.sh, the generated executable .build/debug/HelloGtk is about 230MB in file size, which seems excessive for a simple application that only shows a window containing a text label.

If I strip the executable with $ strip HelloGtk, the file size gets reduced to 161MB, which is still too big.

Why are the binary executables so big? Is there any way to prevent this?

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