We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5a20b commit c49fd8fCopy full SHA for c49fd8f
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -79,6 +79,7 @@ ENV RUST_CONFIGURE_ARGS \
79
--set rust.use-lld=true \
80
--set rust.lto=thin \
81
--set rust.debuginfo=1 \
82
+ --set rust.strip=false \
83
--set rust.codegen-units=1
84
85
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
0 commit comments