mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-05-19 15:58:55 +00:00
8 lines
167 B
TOML
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"]
|