dotfiles/cargo/.cargo/config.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
246 B
TOML
Raw Permalink Normal View History

2024-12-21 15:47:47 +01:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[build]
rustc-wrapper = "sccache"
[unstable]
codegen-backend = true
[profile.debug]
codegen-backend = "cranelift"
[profile.release]
lto = true