Skip to content

Commit 839c1ad

Browse files
committed
README.md: profiles for binary size
1 parent 49f82da commit 839c1ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ other Rust program:
105105
cargo build --release
106106
```
107107

108+
Replace `--release` with `--profile=release-fast` or `--profile=release-small` to use all optimizations or save binary size.
109+
108110
This command builds the most portable common core set of uutils into a multicall
109111
(BusyBox-type) binary, named 'coreutils', on most Rust-supported platforms.
110112

0 commit comments

Comments
 (0)