4 lines
122 B
TOML
4 lines
122 B
TOML
[build]
|
|
#target = "x86_64-unknown-linux-musl"
|
|
rustflags = ["-C", "target-feature=+crt-static", "-C", "target-cpu=native"]
|