We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17184f8 commit 740c135Copy full SHA for 740c135
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -80,6 +80,7 @@ ENV RUST_CONFIGURE_ARGS \
80
--set rust.lto=thin \
81
--set rust.debuginfo-level=1 \
82
--set rust.strip=false \
83
+ --set rust.new-symbol-mangling=false \
84
--set rust.codegen-units=1
85
86
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
0 commit comments