Enable cache by default

This commit is contained in:
Gliniak 2020-10-25 18:58:57 +01:00
parent 5a933156c0
commit 61ba2c5347
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ DEFINE_path(
"Storage");
DEFINE_bool(mount_scratch, false, "Enable scratch mount", "Storage");
DEFINE_bool(mount_cache, true, "Enable cache mount", "Storage");
DEFINE_transient_path(target, "",
"Specifies the target .xex or .iso to execute.",