We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32af489 + 4e4066a commit a7c4609Copy full SHA for a7c4609
.cargo/config.toml
@@ -1,2 +1,2 @@
1
[target.x86_64-unknown-linux-gnu]
2
-rustflags = ["--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics", "-C", "link-arg=-fuse-ld=mold"]
+rustflags = ["-C", "link-arg=-fuse-ld=mold", "--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics"]
0 commit comments