shrupl/.cargo/config.toml

9 lines
225 B
TOML
Raw Normal View History

2025-06-04 22:19:24 +00:00
[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",
# ]