dotfiles/.cargo/config.toml
2022-02-13 23:06:11 +01:00

10 lines
178 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld"]
[profile.release]
lto = true
opt-level = 3
codegen-units = 1
panic = "abort"