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

13 lines
191 B
TOML
Raw Permalink Normal View History

2023-09-14 21:21:38 +00:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
2024-01-28 17:29:04 +00:00
"-C",
"link-arg=-fuse-ld=/usr/bin/mold",
2023-09-14 21:21:38 +00:00
"-C",
"target-cpu=native",
]
[profile.release]
lto = true
codegen-units = 1