Commit 33330b1c authored by Matt Solomon's avatar Matt Solomon Committed by GitHub

fix: add --remove-old-proofs to remove old KCFGs from the cache (#13690)

parent 7a293b67
......@@ -45,7 +45,8 @@ kontrol_prove() {
--no-log-rewrites \
--smt-timeout 16000 \
--smt-retry-limit 0 \
--no-stack-checks
--no-stack-checks \
--remove-old-proofs
return $?
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment