mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
add an env var that skips building the subs cache
This commit is contained in:
parent
4766c78d61
commit
15665d612d
3 changed files with 50 additions and 27 deletions
|
@ -128,4 +128,7 @@ flags! {
|
|||
|
||||
/// Print load phases as they complete.
|
||||
ROC_PRINT_LOAD_LOG
|
||||
|
||||
/// Don't build and use the subs cache (speeds up compilation of load and previous crates)
|
||||
ROC_SKIP_SUBS_CACHE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue