mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
in _tags, add more warnings and stronger inlining
This commit is contained in:
parent
45d120ac80
commit
ccb521e41f
1 changed files with 7 additions and 0 deletions
7
_tags
7
_tags
|
|
@ -1,3 +1,10 @@
|
||||||
<smt/*.cmx>: for-pack(Msat)
|
<smt/*.cmx>: for-pack(Msat)
|
||||||
<sat/*.cmx>: for-pack(Msat)
|
<sat/*.cmx>: for-pack(Msat)
|
||||||
|
|
||||||
|
# enable stronger inlining everywhere
|
||||||
|
<common/**/*.cmx>: inline(15)
|
||||||
|
<sat/**/*.cmx>: inline(10)
|
||||||
|
<smt/**/*.cmx>: inline(10)
|
||||||
|
|
||||||
|
# more warnings
|
||||||
|
<**/*.ml>: warn_K, warn_Y, warn_X
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue