exa
exa copied to clipboard
Update Cargo.toml to optimise binaries for size
Strip binaries, change optimisation level to heavily optimise for size, change codegen units to 1, which slows compile times but adds maximum size optimisations.
shush, actions