|
@@ -520,7 +520,7 @@ and wait_loop boot_com host port =
|
|
|
read_loop()
|
|
|
in
|
|
|
let rec cache_context com =
|
|
|
- if not com.dead_code_elimination then begin
|
|
|
+ if not com.dead_code_elimination && not com.display then begin
|
|
|
List.iter cache_module com.modules;
|
|
|
if verbose then print_endline ("Cached " ^ string_of_int (List.length com.modules) ^ " modules");
|
|
|
end;
|