Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
64d37be555
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

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

Loading…
Cancel
Save