mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
perf: make sure to use some decent level of inlining even without flambda
This commit is contained in:
parent
f540a6d7e5
commit
7ec9e50f74
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ let () =
|
|||
if after_4_3 then (
|
||||
["-O3"; "-unbox-closures"; "-unbox-closures-factor"; "20"; "-color"; "always"]
|
||||
) else (
|
||||
[]
|
||||
["-inline"; "100"]
|
||||
) in
|
||||
C.Flags.write_sexp "flambda.flags" sexp
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue