Skip to content

Commit

Permalink
Disable witness.invariant.accessed by default
Browse files Browse the repository at this point in the history
Makes access analysis more expensive
  • Loading branch information
sim642 committed Oct 30, 2023
1 parent 7834425 commit e01cacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/util/options.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@
"title": "witness.invariant.accessed",
"description": "Only emit invariants for locally accessed variables",
"type": "boolean",
"default": true
"default": false
},
"full": {
"title": "witness.invariant.full",
Expand Down

0 comments on commit e01cacc

Please sign in to comment.