9 lines
No EOL
225 B
TOML
9 lines
No EOL
225 B
TOML
[build]
|
|
target = "x86_64-unknown-linux-musl"
|
|
|
|
# rustflags = [
|
|
# # emit instructions tuned to the current CPU
|
|
# "-C", "target-cpu=native",
|
|
# # assume CPU features
|
|
# "-C", "target-feature=+avx2,+sse4.1,+ssse3,+aes",
|
|
# ] |