Skip to content

Commit 2ba4bae

Browse files
committed
tmp: strip libLLVM.so's debuginfo on linux
1 parent d3596c8 commit 2ba4bae

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ ENV RUST_CONFIGURE_ARGS \
8282
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
8383
--set llvm.thin-lto=true \
8484
--set llvm.ninja=false \
85+
--set llvm.strip-debuginfo=true \
8586
--set rust.jemalloc \
8687
--set rust.use-lld=true \
8788
--set rust.lto=thin

0 commit comments

Comments
 (0)