Files
rustfs/.cargo/config.toml
T
2025-03-14 23:26:54 +08:00

5 lines
84 B
TOML

[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=bfd"
]