mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 07:45:04 +00:00
Create a debug flag for build commands
This commit is contained in:
parent
2876cafb2a
commit
26fdbaf4cd
4 changed files with 47 additions and 14 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue