We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bbeb4 commit 5858f5aCopy full SHA for 5858f5a
src/bootstrap/src/core/build_steps/compile.rs
@@ -1049,9 +1049,9 @@ pub fn rustc_cargo(
1049
// <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Internal.20lint.20for.20raw.20.60print!.60.20and.20.60println!.60.3F>.
1050
cargo.rustflag("-Zon-broken-pipe=kill");
1051
1052
- if builder.config.llvm_enzyme {
1053
- cargo.rustflag("-l").rustflag("Enzyme-19");
1054
- }
+ //if builder.config.llvm_enzyme {
+ // cargo.rustflag("-l").rustflag("Enzyme-19");
+ //}
1055
1056
// Building with protected visibility reduces the number of dynamic relocations needed, giving
1057
// us a faster startup time. However GNU ld < 2.40 will error if we try to link a shared object
0 commit comments