Function forc_pkg::sway_build_config
source · [−]pub fn sway_build_config(
manifest_dir: &Path,
entry_path: &Path,
build_profile: &BuildProfile
) -> Result<BuildConfig>Expand description
Given a forc_pkg::BuildProfile, produce the necessary sway_core::BuildConfig required for
compilation.