kubi/.cargo/config.toml

7 lines
149 B
TOML
Raw Normal View History

2023-05-16 21:33:17 +00:00
[target.'cfg(target_arch = "x86_64")']
rustflags = "-C target-feature=+sse,+sse2,+sse3,+avx,+avx2,+fma"
[registries.crates-io]
protocol = "sparse"