Skip to content

Commit

Permalink
Disable the "more complete" exhale
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Jan 17, 2024
1 parent 2ade23b commit e7f34f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusti-utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lazy_static::lazy_static! {
settings.set_default("quiet", false).unwrap();
settings.set_default("assert_timeout", 10_000).unwrap();
settings.set_default("smt_qi_eager_threshold", 1000).unwrap();
settings.set_default("use_more_complete_exhale", true).unwrap();
settings.set_default("use_more_complete_exhale", false).unwrap();
settings.set_default("skip_unsupported_features", false).unwrap();
settings.set_default("internal_errors_as_warnings", false).unwrap();
settings.set_default("allow_unreachable_unsupported_code", false).unwrap();
Expand Down

0 comments on commit e7f34f9

Please sign in to comment.