Skip to content

Commit

Permalink
Turn measure inference back on (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbolliger authored Jul 5, 2021
1 parent 3096b8d commit 5f87285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stainless_backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ impl Backend {
.arg("--batched")
.arg("--vc-cache=false")
.arg("--type-checker=false")
.arg("--check-measures=false")
.arg("--infer-measures=false")
.arg(format!("--timeout={}", config.timeout))
.arg(format!("--print-ids={}", config.print_ids))
.arg(format!("--print-types={}", config.print_types))
Expand Down

0 comments on commit 5f87285

Please sign in to comment.