We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f82da commit 839c1adCopy full SHA for 839c1ad
README.md
@@ -105,6 +105,8 @@ other Rust program:
105
cargo build --release
106
```
107
108
+Replace `--release` with `--profile=release-fast` or `--profile=release-small` to use all optimizations or save binary size.
109
+
110
This command builds the most portable common core set of uutils into a multicall
111
(BusyBox-type) binary, named 'coreutils', on most Rust-supported platforms.
112
0 commit comments