We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb87c4 commit d85ffa9Copy full SHA for d85ffa9
src/ci/docker/dist-x86_64-musl/Dockerfile
@@ -38,7 +38,7 @@ ENV RUST_CONFIGURE_ARGS \
38
# way to produce "super compatible" binaries.
39
#
40
# See: https://github.com/rust-lang/rust/issues/34978
41
-#ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
+ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
42
43
ENV HOSTS=x86_64-unknown-linux-musl \
44
CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc \
0 commit comments