Skip to content

Commit ec4b34c

Browse files
authored
Remove lld from config.toml (#983)
1 parent b5152a8 commit ec4b34c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.cargo/config.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ rustflags = [
1414
"-C",
1515
"link-arg=--target=aarch64-linux-gnu",
1616
]
17-
linker = "clang"
18-
19-
[target.x86_64-pc-windows-msvc]
20-
linker = "lld-link"
21-
#rustflags = ["-C", "link-arg=-fuse-ld=lld-link","-C", "link-arg=--target=aarch64-linux-gnu"]
17+
linker = "clang"

0 commit comments

Comments
 (0)