sudk/.cargo/config.toml

4 lines
97 B
TOML
Raw Normal View History

[build]
target = "x86_64-unknown-linux-musl"
rustflags = "-C target-cpu=native -C strip=symbols"