1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.cargo/config.toml
2023-09-14 23:21:38 +02:00

13 lines
209 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[build]
rustflags = [
"-C",
"target-cpu=native",
]
[profile.release]
lto = true
codegen-units = 1