Skip to content

Commit

Permalink
Try context pruning for barrett.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebuyse committed Dec 18, 2024
1 parent 6701b54 commit 20cee83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/barrett/proofs/fstar/extraction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all:
rm -f .depend && $(MAKE) .depend
$(MAKE) verify

HAX_CLI = "cargo hax into fstar --z3rlimit 1500"
HAX_CLI = "cargo hax into fstar --z3rlimit 1000"

# If $HACL_HOME doesn't exist, clone it
${HACL_HOME}:
Expand Down Expand Up @@ -114,6 +114,7 @@ FSTAR_FLAGS = --cmi \
--warn_error -331 \
--cache_checked_modules --cache_dir $(CACHE_DIR) \
--already_cached "+Prims+FStar+LowStar+C+Spec.Loops+TestLib" \
--ext context_pruning \
$(addprefix --include ,$(FSTAR_INCLUDE_DIRS))

FSTAR = $(FSTAR_BIN) $(FSTAR_FLAGS)
Expand Down

0 comments on commit 20cee83

Please sign in to comment.