|
@@ -48,7 +48,7 @@ let handle_display_argument_old com file_pos actx =
|
|
|
| "diagnostics" ->
|
|
|
com.report_mode <- RMLegacyDiagnostics [file_unique];
|
|
|
let dm = create DMNone in
|
|
|
- {dm with dms_display_file_policy = DFPOnly; dms_per_file = true}
|
|
|
+ {dm with dms_display_file_policy = DFPOnly; dms_per_file = true; dms_populate_cache = false}
|
|
|
| "statistics" ->
|
|
|
com.report_mode <- RMStatistics;
|
|
|
let dm = create DMNone in
|