Remove usage of -Zno-parallel-llvm
This commit is contained in:
parent
7615e04f82
commit
fd7979d46d
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ pub fn main_inner(profile: Profile) {
|
||||||
compiler.args([
|
compiler.args([
|
||||||
&format!("-Zcodegen-backend={}/target/debug/librustc_codegen_gcc.so", current_dir),
|
&format!("-Zcodegen-backend={}/target/debug/librustc_codegen_gcc.so", current_dir),
|
||||||
"--sysroot",
|
"--sysroot",
|
||||||
&format!("{}/build_sysroot/sysroot/", current_dir),
|
&format!("{}/build/build_sysroot/sysroot/", current_dir),
|
||||||
"-Zno-parallel-llvm",
|
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=-lc",
|
"link-arg=-lc",
|
||||||
"-o",
|
"-o",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue