We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5cba commit d91b8aaCopy full SHA for d91b8aa
build.rs
@@ -215,6 +215,10 @@ fn build_bios_stage_2() -> PathBuf {
215
cmd.env_remove("RUSTFLAGS");
216
cmd.env_remove("CARGO_ENCODED_RUSTFLAGS");
217
cmd.env_remove("RUSTC_WORKSPACE_WRAPPER"); // used by clippy
218
+ cmd.env(
219
+ "RUSTFLAGS",
220
+ "-Csymbol-mangling-version=legacy -Zunstable-options",
221
+ );
222
let status = cmd
223
.status()
224
.expect("failed to run cargo install for bios second stage");
0 commit comments