Skip to content

Commit

Permalink
fixes ViperServer with Carbon backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Jan 21, 2025
1 parent cbe16e1 commit a671e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/gobra/backend/ViperBackends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ object ViperBackends {
case class ViperServerWithCarbon(initialServer: Option[ViperCoreServer] = None) extends ViperServerBackend(initialServer) {
override def getViperVerifierConfig(exePaths: Vector[String], config: Config): ViperVerifierConfig = {
var options: Vector[String] = Vector.empty
options ++= Vector("--logLevel", "ERROR")
// options ++= Vector("--logLevel", "ERROR")
if (config.respectFunctionPrePermAmounts) {
options ++= Vector("--respectFunctionPrePermAmounts")
}
Expand Down

0 comments on commit a671e8b

Please sign in to comment.