Skip to content

Commit

Permalink
Make ignore_deps_contracts a "category B" flag (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 28, 2024
1 parent f94b7fa commit 2d14265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prusti-launch/src/bin/cargo-prusti.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ where
"PRUSTI_NO_VERIFY_DEPS",
config::no_verify_deps().to_string(),
)
.env(
"PRUSTI_IGNORE_DEPS_CONTRACTS",
config::ignore_deps_contracts().to_string(),
)
// Category A* flags:
.env("DEFAULT_PRUSTI_QUIET", "true")
.env("DEFAULT_PRUSTI_FULL_COMPILATION", "true")
Expand Down

0 comments on commit 2d14265

Please sign in to comment.