Skip to content

Commit

Permalink
Disabling arg serialization if --svcomp is given
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Oct 20, 2024
1 parent 9709d84 commit aca85ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class XcfaCli(private val args: Array<String>) {
listOf(
"--enable-output",
"--disable-xcfa-serialization",
"--disable-arg-generation",
"--disable-chc-serialization",
"--disable-c-serialization",
"--only-svcomp-witness"
Expand Down

0 comments on commit aca85ba

Please sign in to comment.