README.md: profiles for binary size

This commit is contained in:
oech3 2025-11-14 13:40:28 +09:00
parent 73d1bce20d
commit 5f4e223efe

View file

@ -105,6 +105,8 @@ other Rust program:
cargo build --release
```
Replace `--release` with `--profile=release-fast` or `--profile=release-small` to use all optimizations or save binary size.
This command builds the most portable common core set of uutils into a multicall
(BusyBox-type) binary, named 'coreutils', on most Rust-supported platforms.