cli: add --verbose flag to CMD_BUILD

This commit is contained in:
Jakub Konka 2024-12-30 22:52:07 +01:00
parent 3b3f79a5d2
commit 4764b23282
No known key found for this signature in database
GPG key ID: 3AEF55DD984C8344
4 changed files with 24 additions and 1 deletions

View file

@ -92,6 +92,7 @@ pub fn generate(
RocCacheDir::Persistent(cache::roc_cache_packages_dir().as_path()),
load_config,
Some(dylib_dir.path()),
false,
),
Err(_) => {
eprintln!("`roc glue` was unable to create a tempdir.");