chibiauth/.cargo/config.toml

10 lines
172 B
TOML
Raw Normal View History

2022-02-08 10:36:22 +00:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=lld",
]
[target.x86_64-unknown-linux-musl]
rustflags = [
"-C", "link-arg=-fuse-ld=lld",
]