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.
2 parents 6e53146 + bcc6e96 commit d00e650Copy full SHA for d00e650
.cargo/config.toml
@@ -1,2 +1,8 @@
1
[unstable]
2
bindeps = true
3
+
4
+[build]
5
+# This is the recommended configuration that yields the
6
+# best results:
7
+# - https://blog.rust-lang.org/2023/11/09/parallel-rustc.html
8
+rustflags = ["-Z", "threads=8"]
0 commit comments