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