1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:06:38 +09:00
firefish/packages/backend-rs/.cargo/config.toml

3 lines
118 B
TOML
Raw Normal View History

2023-07-20 04:17:05 +09:00
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]