-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request