Remove --enable-save-analysis configure flag
This commit is contained in:
@@ -545,7 +545,7 @@ impl Build {
|
||||
.env(format!("CFLAGS_{}", target), self.cflags(target).join(" "));
|
||||
}
|
||||
|
||||
if self.config.rust_save_analysis && compiler.is_final_stage(self) {
|
||||
if self.config.extended && compiler.is_final_stage(self) {
|
||||
cargo.env("RUSTC_SAVE_ANALYSIS", "api".to_string());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user