This commit is contained in:
Alexey 2026-01-28 23:38:51 +03:00
commit bbbf24fd2d
6 changed files with 6062 additions and 0 deletions

11
.cargo/config.toml Normal file
View file

@ -0,0 +1,11 @@
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]
codegen-backend = "llvm"
[target.x86_64-unknown-linux-gnu]
rustflags = [ "-Zshare-generics=y" ]