Skip to content

Commit eb188d0

Browse files
committed
disable branchConditionReporting by default
1 parent 2389384 commit eb188d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class Config(args: Seq[String]) extends SilFrontendConfig(args, "Silicon") {
510510
)
511511
val enableBranchconditionReporting: ScallopOption[Boolean] = opt[Boolean]("enableBranchconditionReorting",
512512
descr = "Report branch conditions (can be useful for assertions that fail on multiple branches)",
513-
default = Some(true),
513+
default = Some(false),
514514
noshort = true
515515
)
516516

0 commit comments

Comments
 (0)