Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
e5a4793332
  1. 3
      src/option_parser.cpp

3
src/option_parser.cpp

@ -450,6 +450,9 @@ namespace options
::_print_warnings();
::_cleanup_options();
fuse_opt_add_arg(args_,
"passthrough-max-stack-depth=1");
cfg.finish_initializing();
}
}
Loading…
Cancel
Save