summaryrefslogtreecommitdiff
path: root/src/sail.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/sail.ml')
-rw-r--r--src/sail.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sail.ml b/src/sail.ml
index ea642470..b2ca498a 100644
--- a/src/sail.ml
+++ b/src/sail.ml
@@ -597,4 +597,5 @@ let _ = try
with Reporting.Fatal_error e ->
Reporting.print_error e;
Interactive.opt_suppress_banner := true;
+ if !opt_memo_z3 then Constraint.save_digests () else ();
if !Interactive.opt_interactive then () else exit 1