in _tags, add more warnings and stronger inlining

This commit is contained in:
Simon Cruanes 2014-11-03 15:19:42 +01:00
parent 45d120ac80
commit ccb521e41f

7
_tags
View file

@ -1,3 +1,10 @@
<smt/*.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