ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

Update Cargo.toml to optimise binaries for size #1160

Open zen1tho opened 1 year ago

zen1tho commented 1 year ago

Strip binaries, change optimisation level to heavily optimise for size, change codegen units to 1, which slows compile times but adds maximum size optimisations.

zen1tho commented 1 year ago

shush, actions