We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c73d0 commit bc9ae9bCopy full SHA for bc9ae9b
regression/contracts-dfcc/chain.sh
@@ -59,4 +59,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
59
rm "${name}${dfcc_suffix}-mod.c"
60
fi
61
$goto_instrument --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
62
-$cbmc "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
+$cbmc --no-standard-checks "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
0 commit comments