This commit is contained in:
2025-10-10 11:05:50 +01:00
parent 4a6c3bc49c
commit 5e991d9fe0
6 changed files with 33 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-Zshare-generics=y"]
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]
codegen-backend = "llvm"