Skip to content

Commit dbe4cfc

Browse files
committed
chore: dont use multithreaded mold linker by default on x86_64
1 parent e1a7f25 commit dbe4cfc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.cargo/config.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
[build]
22
rustflags = ["--cfg", "tokio_unstable"]
3-
4-
[target.x86_64-unknown-linux-gnu]
5-
linker = "clang"
6-
rustflags = ["--cfg", "tokio_unstable", "-Clink-arg=-fuse-ld=mold"]
7-

0 commit comments

Comments
 (0)