5 lines
88 B
TOML
5 lines
88 B
TOML
[target.'cfg(unix)']
|
|
runner = "sudo -E"
|
|
|
|
[build]
|
|
rustflags = ["-C", "target-cpu=native"] |