1
Fork 0
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:
Sylvestre Ledru 2023-03-06 08:15:29 +01:00 committed by GitHub
commit 5db238d52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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