We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b33580 commit b335745Copy full SHA for b335745
.cargo/config.toml
@@ -1,6 +1,3 @@
1
-#[target.x86_64-unknown-linux-gnu]
2
-#linker = "/usr/bin/clang"
3
-#rustflags = ["-Clink-arg=-fuse-ld=mold"]
4
-
5
-[build]
6
-rustflags = ["--cfg", "tokio_unstable"]
+[target.x86_64-unknown-linux-gnu]
+linker = "/usr/bin/clang"
+rustflags = ["-Clink-arg=-fuse-ld=mold", "--cfg", "tokio_unstable"]
0 commit comments