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 17ea28a commit 017a77eCopy full SHA for 017a77e
crates/cargo-gpu/src/install.rs
@@ -284,7 +284,8 @@ package = "rustc_codegen_spirv"
284
.current_dir(&install_dir)
285
.arg(format!("+{toolchain_channel}"))
286
.args(["build", "--release"])
287
- .env_remove("RUSTC");
+ .env_remove("RUSTC")
288
+ .env_remove("RUSTFLAGS");
289
if source.is_path() {
290
build_command.args(["-p", "rustc_codegen_spirv", "--lib"]);
291
}
0 commit comments