Files
pumpbin/.cargo/config.toml

9 lines
233 B
TOML
Raw Normal View History

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
2024-06-26 15:29:44 +08:00
2024-06-29 20:55:53 +08:00
[target.aarch64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
2024-06-26 15:29:44 +08:00
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"