mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 17:42:56 +01:00
9 lines
162 B
TOML
9 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
|