Skip to content

Commit

Permalink
tmp: strip libLLVM.so's debuginfo on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Jul 30, 2023
1 parent d3596c8 commit 2ba4bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ ENV RUST_CONFIGURE_ARGS \
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
--set llvm.thin-lto=true \
--set llvm.ninja=false \
--set llvm.strip-debuginfo=true \
--set rust.jemalloc \
--set rust.use-lld=true \
--set rust.lto=thin
Expand Down

0 comments on commit 2ba4bae

Please sign in to comment.