17 lines
464 B
TOML
17 lines
464 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
# [target.arm-unknown-linux-gnueabihf]
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
# [target.armv7-unknown-linux-gnueabihf]
|
|
# linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
# [target.aarch64-unknown-linux-gnu]
|
|
# linker = "aarch64-linux-gnu-gcc"
|
|
|
|
# [target.aarch64-unknown-linux-musl]
|
|
# linker = "aarch64-linux-musl-gcc" |