Remove usage of -Zno-parallel-llvm

This commit is contained in:
Guillaume Gomez 2024-03-28 00:48:07 +01:00 committed by Antoni Boucher
parent 7615e04f82
commit fd7979d46d

View File

@ -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",