less verbose build debugging

This commit is contained in:
Anton-4 2024-02-28 13:50:48 +01:00
parent bb0df1ef0a
commit 9e05d21b3f
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 30 additions and 13 deletions

View file

@ -176,4 +176,7 @@ flags! {
/// Print out shell commands used to buid the Roc and host code
ROC_PRINT_BUILD_COMMANDS
/// Print out shell commands used to buid the Roc and host code along with used env vars
ROC_PRINT_BUILD_COMMANDS_WITH_ENV_VARS
}