set_no_codegen

Function set_no_codegen 

Source
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).