diff --git a/cli/src/main.rs b/cli/src/main.rs index b7505800f..28b3eb895 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -238,6 +238,7 @@ fn compile(command: CompileCommand) -> StrResult<()> { if recompile { compile_once(&mut world, &command)?; + comemo::evict(30); } } }