Skip to content

Commit 179700a

Browse files
committed
_
1 parent 36505b0 commit 179700a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cargo/config.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[target.x86_64-unknown-linux-gnu]
2-
rustflags = ["-C", "link-arg=-fuse-ld=mold", "--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics"]
3-
linker = "clang"
2+
rustflags = ["--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics"]
3+
#""-C", "link-arg=-fuse-ld=mold",
4+
#linker = "clang"

0 commit comments

Comments
 (0)