We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab09aec commit c6a0491Copy full SHA for c6a0491
.cargo/config.toml
@@ -7,10 +7,3 @@ CC_x86_64_unknown_linux_musl = "x86_64-linux-musl-gcc"
7
# trick CMake into passing the check for a C++ compiler: it isn't actually
8
# used anyway.
9
TARGET_CXX = "g++"
10
-
11
-[target.aarch64-unknown-linux-musl]
12
-# The vendored OpenSSL fails to link with GNU ld on aarch64+musl.
13
-rustflags = ["-C", "link-arg=-fuse-ld=lld"]
14
15
-[registries.crates-io]
16
-protocol = "sparse"
0 commit comments