Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add profile for small binary sizes
This commit adds the "small" profile to Cargo.toml, optimized for small binary sizes. To use it, simply run: $ cargo build --profile=small Using this profile, the holod binary size shrinks to 12M on my machine, down from 21M with the default "release" profile. Signed-off-by: Renato Westphal <[email protected]>
- Loading branch information