Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 3 months ago
parent
commit
e06fc110ad
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

@ -450,7 +450,7 @@ namespace options
::_print_warnings();
::_cleanup_options();
_set_option(std::format("passthrough-max-stack-depth={}",
_set_option(fmt::format("passthrough-max-stack-depth={}",
cfg.passthrough_max_stack_depth),
args_);

Loading…
Cancel
Save