Create a debug flag for build commands

This commit is contained in:
Brian Carroll 2024-02-06 07:40:26 +00:00
parent 2876cafb2a
commit 26fdbaf4cd
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
4 changed files with 47 additions and 14 deletions

View file

@ -173,4 +173,7 @@ flags! {
/// Don't build and use the subs cache (speeds up compilation of load and previous crates)
ROC_SKIP_SUBS_CACHE
/// Print out shell commands used to buid the Roc and host code
ROC_PRINT_BUILD_COMMANDS
}