Skip to content

Commit 29038ee

Browse files
authored
Actually enable debuginfo
1 parent dd5a20b commit 29038ee

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV RUST_CONFIGURE_ARGS \
7878
--set rust.jemalloc \
7979
--set rust.use-lld=true \
8080
--set rust.lto=thin \
81-
--set rust.debuginfo=1 \
81+
--set rust.debuginfo-level=1 \
8282
--set rust.codegen-units=1
8383

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

0 commit comments

Comments
 (0)