pub fn run_model_builder_with_options_and_compilation_flags<Paths: Into<MoveSymbol> + Clone, NamedAddress: Into<MoveSymbol> + Clone>(
    move_sources: Vec<PackagePaths<Paths, NamedAddress>>,
    deps: Vec<PackagePaths<Paths, NamedAddress>>,
    options: ModelBuilderOptions,
    flags: Flags
) -> Result<GlobalEnv>
Expand description

Build the move model with custom compilation flags and custom options This collects transitive dependencies for move sources from the provided directory list.