mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Document how to build in release mode
See: https://github.com/uutils/coreutils/discussions/4466
This commit is contained in:
parent
3ed26dc454
commit
8cff0c778a
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ To simply build all available utilities:
|
|||
make
|
||||
```
|
||||
|
||||
In release mode:
|
||||
|
||||
```shell
|
||||
make PROFILE=release
|
||||
```
|
||||
|
||||
To build all but a few of the available utilities:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue