2025-06-04 22:19:24 +00:00
|
|
|
[build]
|
|
|
|
|
target = "x86_64-unknown-linux-musl"
|
2025-06-24 19:07:22 +00:00
|
|
|
|
|
|
|
|
# rustflags = [
|
|
|
|
|
# # emit instructions tuned to the current CPU
|
|
|
|
|
# "-C", "target-cpu=native",
|
|
|
|
|
# # assume CPU features
|
|
|
|
|
# "-C", "target-feature=+avx2,+sse4.1,+ssse3,+aes",
|
|
|
|
|
# ]
|