fn set_no_codegen(config: &mut Config)
Expand description
Don’t even try to codegen. This avoids errors due to checking if the output filename is available (despite the fact that we won’t emit it because we stop compilation early).
fn set_no_codegen(config: &mut Config)
Don’t even try to codegen. This avoids errors due to checking if the output filename is available (despite the fact that we won’t emit it because we stop compilation early).