We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36505b0 commit 179700aCopy full SHA for 179700a
.cargo/config.toml
@@ -1,3 +1,4 @@
1
[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"
+rustflags = ["--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics"]
+#""-C", "link-arg=-fuse-ld=mold",
4
+#linker = "clang"
0 commit comments