Add rust.

This commit is contained in:
Tom Alexander
2025-01-01 19:16:08 -05:00
parent 1b34841921
commit 936d3bc34d
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native", "-Zthreads=0"]
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]
codegen-backend = "llvm"
opt-level = 3