Files
radarflow2-kvm/.cargo/config.toml

5 lines
88 B
TOML
Raw Normal View History

2023-10-31 17:23:15 +01:00
[target.'cfg(unix)']
runner = "sudo -E"
[build]
rustflags = ["-C", "target-cpu=native"]