summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config-nightly-fast-compile.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.cargo/config-nightly-fast-compile.toml b/.cargo/config-nightly-fast-compile.toml
new file mode 100644
index 0000000..3c29665
--- /dev/null
+++ b/.cargo/config-nightly-fast-compile.toml
@@ -0,0 +1,16 @@
+include = ["config.toml"]
+
+[unstable]
+codegen-backend = true
+
+[profile.dev]
+debug = "line-tables-only"
+backend = "cranelift"
+
+[build]
+rustflags = ["-Zthreads=16"]
+rustc-wrapper = "sccache"
+
+[target.'cfg(unix)']
+linker = "clang"
+rustflags = ["-Clink-arg=--ld-path=wild"]