Skip to content

Commit 03ca575

Browse files
authored
Merge pull request #25 from gasche/ocamlopt-linscan
ocamlopt: use -linscan option
2 parents f5e0383 + b4096a8 commit 03ca575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def benchmark_OCaml(results, code_paths, args, op, templated, bytecode):
808808
runner=([which('ocamlrun')] if
809809
bytecode else
810810
True),
811-
exe_flags=['-c'] if bytecode else [],
811+
exe_flags=['-c'] if bytecode else ['-linscan'],
812812
args=args,
813813
op=op,
814814
compiler_version=version,

0 commit comments

Comments
 (0)