summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 811ae258f935915058a5b311cfc3545689f2da43 (plain)
1
2
3
4
5
6
7
8
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"