Skip to content

Commit

Permalink
lib.mk: enable context pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Dec 28, 2024
1 parent cc08ab2 commit 17c3425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ FSTAR_OPTIONS += --odir "$(OUTPUT_DIR)"
FSTAR_OPTIONS += --use_hints
FSTAR_OPTIONS += --hint_dir $(SRC)/.hints
FSTAR_OPTIONS += --warn_error -333 # Do not warn about missing hints
FSTAR_OPTIONS += --ext context_pruning
FSTAR_OPTIONS += --z3version 4.13.3

FSTAR_OPTIONS += --no_default_includes
Expand Down

0 comments on commit 17c3425

Please sign in to comment.