Skip to content

Commit

Permalink
build: use context pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Oct 17, 2024
1 parent 9efb819 commit 7cb8c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ obj:

%.checked: FSTAR_RULE_FLAGS=

#
cache/MLS.%.checked: FSTAR_RULE_FLAGS = --ext context_pruning
# MLS.Test is the only file allowing "(Warning 272) Top-level let-bindings must be total; this term may have effects"
cache/MLS.Test.fst.checked: FSTAR_RULE_FLAGS = --warn_error '+272'
# Allow more warning in dependencies
cache/Lib.IntTypes.fst.checked: FSTAR_RULE_FLAGS = --warn_error '+288+349'
cache/DY.Core.Bytes.Type.fst.checked: FSTAR_RULE_FLAGS = --warn_error '+290'

%.checked: | hints obj
$(FSTAR) $(FSTAR_FLAGS) $(FSTAR_RULE_FLAGS) $< && touch -c $@
Expand Down

0 comments on commit 7cb8c8a

Please sign in to comment.