2021-07-29 08:18:21 +03:00
|
|
|
|
|
|
|
[build]
|
|
|
|
|
|
|
|
rustdocflags = []
|
|
|
|
rustflags = [
|
|
|
|
"-C",
|
2021-08-19 15:12:16 +03:00
|
|
|
"target-feature=+sse2",
|
2021-07-29 08:18:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[target.aarch64-apple-darwin]
|
|
|
|
rustflags = []
|
|
|
|
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
rustflags = []
|
|
|
|
|
|
|
|
[target.aarch64-unknown-linux-musl]
|
|
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
rustflags = [
|
|
|
|
"-C",
|
|
|
|
"target-feature=-crt-static",
|
|
|
|
"-C",
|
|
|
|
"link-arg=-lgcc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
rustflags = []
|
|
|
|
|
|
|
|
[target.aarch64-linux-android]
|
|
|
|
rustflags = []
|
|
|
|
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
|
|
rustflags = []
|
|
|
|
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
|
|
rustflags = []
|