Skip to content

Commit

Permalink
Also disable new symbol mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Jun 15, 2024
1 parent 17184f8 commit 740c135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ENV RUST_CONFIGURE_ARGS \
--set rust.lto=thin \
--set rust.debuginfo-level=1 \
--set rust.strip=false \
--set rust.new-symbol-mangling=false \
--set rust.codegen-units=1

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

0 comments on commit 740c135

Please sign in to comment.