We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--strip
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:
println!("Hello World!")
(I'm willing to implement it.)