We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b61f3 commit f15f626Copy full SHA for f15f626
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -89,6 +89,8 @@ ENV RUST_CONFIGURE_ARGS \
89
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
90
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
91
--set llvm.thin-lto=true \
92
+ --set llvm.plugins=true \
93
+ --set llvm.enzyme=true \
94
--set llvm.ninja=false \
95
--set llvm.libzstd=true \
96
--set rust.jemalloc \
0 commit comments