aaaaa switch to stable n shit

This commit is contained in:
Schrottkatze 2024-11-23 15:28:20 +01:00
parent 1b43d29585
commit 5fa0f1b45f
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 2 additions and 39 deletions

View file

@ -2,17 +2,5 @@
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
# (Nightly) Make the current crate share its generic instantiations
"-Zshare-generics=y",
]
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]
codegen-backend = "llvm"