From 8cff0c778abe559b94750b4abf6819d485a68dbe Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 5 Mar 2023 23:09:45 +0100 Subject: [PATCH] Document how to build in release mode See: https://github.com/uutils/coreutils/discussions/4466 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 35ac5dc18..4bf12ccf5 100644 --- a/README.md +++ b/README.md @@ -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