Skip to content

Commit

Permalink
Don't keep asm/inlining files even in `Verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stedolan committed May 21, 2021
1 parent eb69eb7 commit fa48c08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/malfunction_compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,12 @@ let setup_options options =
| `Verbose ->
Clflags.dump_lambda := true;
Clflags.dump_cmm := true;
(*
If anyone wants to keep these, there should probably be another option for where to put them.
(rather than leaving stale temporary directories around)
Clflags.keep_asm_file := true;
Clflags.inlining_report := true
*)
| `Shared ->
Clflags.shared := true);

Expand Down

0 comments on commit fa48c08

Please sign in to comment.