lemmy/.cargo/config.toml
Dessalines 41151baa83 Fix 2
2024-12-22 13:43:38 -05:00

8 lines
167 B
TOML

[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[build]
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zthreads=16", "-Ctarget-cpu=native"]