Skip to content

Commit 740c135

Browse files
committed
Also disable new symbol mangling
1 parent 17184f8 commit 740c135

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ ENV RUST_CONFIGURE_ARGS \
8080
--set rust.lto=thin \
8181
--set rust.debuginfo-level=1 \
8282
--set rust.strip=false \
83+
--set rust.new-symbol-mangling=false \
8384
--set rust.codegen-units=1
8485

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

0 commit comments

Comments
 (0)