Skip to content

Commit c49fd8f

Browse files
committed
Disable strip
1 parent dd5a20b commit c49fd8f

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
@@ -79,6 +79,7 @@ ENV RUST_CONFIGURE_ARGS \
7979
--set rust.use-lld=true \
8080
--set rust.lto=thin \
8181
--set rust.debuginfo=1 \
82+
--set rust.strip=false \
8283
--set rust.codegen-units=1
8384

8485
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \

0 commit comments

Comments
 (0)