add an env var that skips building the subs cache

This commit is contained in:
Folkert 2022-08-09 12:59:36 +02:00
parent 4766c78d61
commit 15665d612d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 50 additions and 27 deletions

View file

@ -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
}