Remove usage of -Zno-parallel-llvm
This commit is contained in:
parent
7615e04f82
commit
fd7979d46d
@ -80,8 +80,7 @@ pub fn main_inner(profile: Profile) {
|
||||
compiler.args([
|
||||
&format!("-Zcodegen-backend={}/target/debug/librustc_codegen_gcc.so", current_dir),
|
||||
"--sysroot",
|
||||
&format!("{}/build_sysroot/sysroot/", current_dir),
|
||||
"-Zno-parallel-llvm",
|
||||
&format!("{}/build/build_sysroot/sysroot/", current_dir),
|
||||
"-C",
|
||||
"link-arg=-lc",
|
||||
"-o",
|
||||
|
Loading…
x
Reference in New Issue
Block a user