pub fn run_model_builder_with_options_and_compilation_flags(
move_sources: &[String],
deps_dir: &[String],
options: ModelBuilderOptions,
flags: Flags,
named_address_mapping: BTreeMap<String, AddressBytes>
) -> 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.