mirror of
https://github.com/uutils/coreutils
synced 2024-11-13 00:17:09 +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…
Reference in a new issue