Skip to content

Commit

Permalink
Disable ThinLTO for x86_64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
Temporarily addresses rust-lang#76980.
  • Loading branch information
Mark-Simulacrum committed Oct 20, 2020
1 parent 4708ac7 commit 5e7114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENV RUST_CONFIGURE_ARGS \
--set target.x86_64-unknown-linux-gnu.linker=clang \
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
--set llvm.thin-lto=true \
--set llvm.thin-lto=false \
--set llvm.ninja=false \
--set rust.jemalloc
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
Expand Down

0 comments on commit 5e7114a

Please sign in to comment.