Skip to content

Commit 47e5d08

Browse files
authored
Fix for optcompile (#218)
1 parent b9b16d2 commit 47e5d08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

driver/optcompile.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ let compile i ~backend ~middle_end ~transl_style
4949
~backend
5050
~prefixname:i.output_prefix
5151
~middle_end
52-
~ppf_dump:i.ppf_dump;
53-
Compilenv.save_unit_info (cmx i))
52+
~ppf_dump:i.ppf_dump
53+
lambda;
54+
Compilenv.save_unit_info (cmx i)))
5455

5556
let flambda i backend typed =
5657
compile i typed ~backend ~transl_style:Plain_block

0 commit comments

Comments
 (0)