Skip to content

Commit 09e3c30

Browse files
committed
Merge remote-tracking branch 'peter/nondet-static-matching' into nondet-static-matching
2 parents b21c0f1 + 2dda8de commit 09e3c30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
222222
if(cmdline.isset("nondet-static"))
223223
options.set_option("nondet-static", true);
224224

225+
if(cmdline.isset("nondet-static-matching"))
226+
options.set_option(
227+
"nondet-static-matching", cmdline.get_value("nondet-static-matching"));
228+
225229
if(cmdline.isset("no-simplify"))
226230
options.set_option("simplify", false);
227231

0 commit comments

Comments
 (0)