1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/dotfiles.git synced 2024-12-15 03:23:43 +01:00
dotfiles/.cargo/config.toml

8 lines
162 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