We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb94aa5 + 5e7114a commit 4c78178Copy full SHA for 4c78178
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -95,7 +95,7 @@ ENV RUST_CONFIGURE_ARGS \
95
--set target.x86_64-unknown-linux-gnu.linker=clang \
96
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
97
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
98
- --set llvm.thin-lto=true \
+ --set llvm.thin-lto=false \
99
--set llvm.ninja=false \
100
--set rust.jemalloc
101
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS \
0 commit comments