gopher64/.cargo/config.toml
2025-01-12 20:09:15 +01:00

5 lines
167 B
TOML

[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.'cfg(target_arch = "aarch64")']
rustflags = ["-C", "target-cpu=cortex-a76"]