aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cargo
diff options
context:
space:
mode:
Diffstat (limited to 'cargo')
-rw-r--r--cargo/.local/share/cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cargo/.local/share/cargo/config.toml b/cargo/.local/share/cargo/config.toml
index 70f9eae..a37388d 100644
--- a/cargo/.local/share/cargo/config.toml
+++ b/cargo/.local/share/cargo/config.toml
@@ -1,2 +1,5 @@
[registries.crates-io]
protocol = "sparse"
+
+[build]
+rustflags = ["-Z", "threads=8"]