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.
2 parents 750c345 + 7f7d7c2 commit bd1c312Copy full SHA for bd1c312
src/goto-analyzer/goto_analyzer_parse_options.cpp
@@ -156,7 +156,7 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
156
options.set_option("functions-ignore", ignore);
157
options.set_option("functions-full", full);
158
159
- options.set_option("unwindset", cmdline.isset("--unwindset"));
+ options.set_option("unwindset", cmdline.isset("unwindset"));
160
}
161
162
// For backwards compatibility,
0 commit comments