2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[build]
|
|
|
|
|
2022-03-16 12:58:24 +03:00
|
|
|
rustdocflags = ["--cfg", "docsrs"]
|
2022-09-10 19:20:30 +03:00
|
|
|
rustflags = []
|
2021-07-29 08:18:21 +03:00
|
|
|
|
2022-10-15 08:18:19 +03:00
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
|
|
rustflags = ["-C", "target-feature=+sse2"]
|
|
|
|
|
2021-07-29 08:18:21 +03:00
|
|
|
[target.aarch64-apple-darwin]
|
2022-09-10 19:20:30 +03:00
|
|
|
rustflags = []
|
2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
2022-09-10 19:20:30 +03:00
|
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
rustflags = []
|
2021-11-30 02:34:20 +03:00
|
|
|
|
2021-07-29 08:18:21 +03:00
|
|
|
[target.aarch64-unknown-linux-musl]
|
2022-09-10 19:20:30 +03:00
|
|
|
linker = "aarch64-linux-musl-gcc"
|
|
|
|
rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc"]
|
2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
2022-09-10 19:20:30 +03:00
|
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
rustflags = []
|
2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[target.aarch64-linux-android]
|
2022-09-10 19:20:30 +03:00
|
|
|
rustflags = []
|
2021-07-29 08:18:21 +03:00
|
|
|
|
2022-02-22 22:16:45 +03:00
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
|
|
linker = "rust-lld"
|
|
|
|
|
2021-07-29 08:18:21 +03:00
|
|
|
[target.aarch64-pc-windows-msvc]
|
2022-09-10 19:20:30 +03:00
|
|
|
linker = "rust-lld"
|
|
|
|
rustflags = []
|
2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[target.wasm32-unknown-unknown]
|
2022-09-10 19:20:30 +03:00
|
|
|
rustflags = []
|