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 39f0dac commit e101a1bCopy full SHA for e101a1b
src/global_asm.rs
@@ -154,6 +154,8 @@ pub(crate) fn compile_global_asm(
154
}
155
} else {
156
let mut child = Command::new(std::env::current_exe().unwrap())
157
+ // Avoid a warning about the jobserver fd not being passed
158
+ .env_remove("CARGO_MAKEFLAGS")
159
.arg("--target")
160
.arg(&config.target)
161
.arg("--crate-type")
0 commit comments