Skip to content

Commit eb1ac32

Browse files
authored
chore: update to Z3 4.15.3 (#4)
1 parent c0aab14 commit eb1ac32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FSTAR_EXTRACT = --extract '-* +Comparse -Comparse.Tactic'
1515
# Allowed warnings:
1616
# - (Warning 242) Definitions of inner let-rec ... and its enclosing top-level letbinding are not encoded to the solver, you will only be able to reason with their types
1717
# - (Warning 335) Interface ... is admitted without an implementation
18-
FSTAR_FLAGS = $(FSTAR_INCLUDE_DIRS) --cache_checked_modules --already_cached '+Prims +FStar' --warn_error '@0..1000' --warn_error '+242-335' --cache_dir cache --odir obj --cmi
18+
FSTAR_FLAGS = $(FSTAR_INCLUDE_DIRS) --cache_checked_modules --already_cached '+Prims +FStar' --warn_error '@0..1000' --warn_error '+242-335' --cache_dir cache --odir obj --cmi --z3version 4.15.3
1919

2020
.PHONY: all clean
2121

0 commit comments

Comments
 (0)