mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
12 lines
434 B
TOML
12 lines
434 B
TOML
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+sse4.2"]
|
|
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "target-feature=+sse4.2"]
|
|
[target.x86_64-unknown-linux-musl]
|
|
rustflags = ["-C", "target-feature=-crt-static"]
|
|
[target.aarch64-unknown-linux-gnu]
|
|
rustflags = ["-C", "target-feature=+crc"]
|
|
[target.aarch64-unknown-linux-musl]
|
|
linker = "aarch64-linux-musl-gcc"
|
|
rustflags = ["-C", "target-feature=-crt-static"]
|