mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
add an inlining parameter for non-flambda versions of OCaml
This commit is contained in:
parent
af55371eb4
commit
7016bb1825
1 changed files with 1 additions and 1 deletions
2
_tags
2
_tags
|
|
@ -2,7 +2,7 @@
|
|||
true: bin_annot, color(always)
|
||||
|
||||
# optimization options
|
||||
true: optimize(3), unbox_closures, unbox_closures_factor(20)
|
||||
true: inline(100), optimize(3), unbox_closures, unbox_closures_factor(20)
|
||||
|
||||
# Include paths
|
||||
<src>: include
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue