Document how to build in release mode

See: https://github.com/uutils/coreutils/discussions/4466
This commit is contained in:
Sylvestre Ledru 2023-03-05 23:09:45 +01:00
parent 3ed26dc454
commit 8cff0c778a

View file

@ -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