We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ed0a8 commit 2de10f8Copy full SHA for 2de10f8
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 rust.jemalloc
100
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
101
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
0 commit comments