mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
README.md: profiles for binary size
This commit is contained in:
parent
73d1bce20d
commit
5f4e223efe
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue