summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-31 00:00:20 +0200
committerHampusM <hampus@hampusmat.com>2026-08-31 00:00:20 +0200
commit2d8946bc44b4cf894655a0c1108afa8ce8962077 (patch)
tree47de246514d4f1a31d2109d2ef521f3ace917459
parent072758a16e92e206aa441333ee431761fa0fd620 (diff)
build: use correct cargo config key for setting codegen backend
-rw-r--r--.cargo/config-nightly-fast-compile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config-nightly-fast-compile.toml b/.cargo/config-nightly-fast-compile.toml
index 3c29665..359e004 100644
--- a/.cargo/config-nightly-fast-compile.toml
+++ b/.cargo/config-nightly-fast-compile.toml
@@ -5,7 +5,7 @@ codegen-backend = true
[profile.dev]
debug = "line-tables-only"
-backend = "cranelift"
+codegen-backend = "cranelift"
[build]
rustflags = ["-Zthreads=16"]