This commit is contained in:
Tao Tien 2026-01-16 21:57:07 -08:00
parent 89042ffe3b
commit a4ef3a984f
6 changed files with 23 additions and 13 deletions

View file

@ -22,6 +22,7 @@ codegen-backend = "cranelift"
[profile.dev.package."*"]
# slow clean build for faster incrementals
opt-level = 3
codegen-backend = "llvm"
[profile.release]
incremental = true