Skip to content

Add --strip flag #36

Closed
Closed
@marcospb19

Description

@marcospb19

The --strip flag would strip the binary right after compiling it, which increases the time of compiling but reduces the binary size.

A println!("Hello World!") program, for example:

  • 3.3M after compiling.
  • 268KB after stripping.

(I'm willing to implement it.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions