Browse Source

option_parser.cpp

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

2
src/option_parser.cpp

@ -450,7 +450,7 @@ namespace options
::_print_warnings(); ::_print_warnings();
::_cleanup_options(); ::_cleanup_options();
// _set_option("passthrough-max-stack-depth=1",args_);
_set_option("passthrough-max-stack-depth=1",args_);
cfg.finish_initializing(); cfg.finish_initializing();
} }

Loading…
Cancel
Save