Skip to content

Commit d85ffa9

Browse files
committed
Disable relax relocations again
1 parent 9cb87c4 commit d85ffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-x86_64-musl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENV RUST_CONFIGURE_ARGS \
3838
# way to produce "super compatible" binaries.
3939
#
4040
# See: https://github.com/rust-lang/rust/issues/34978
41-
#ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
41+
ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
4242

4343
ENV HOSTS=x86_64-unknown-linux-musl \
4444
CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc \

0 commit comments

Comments
 (0)