mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #4467 from sylvestre/doc23
Document how to build in release mode
This commit is contained in:
commit
5db238d52f
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ To simply build all available utilities:
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In release mode:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make PROFILE=release
|
||||||
|
```
|
||||||
|
|
||||||
To build all but a few of the available utilities:
|
To build all but a few of the available utilities:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue