build: musl static binary + native + strip
This commit is contained in:
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build]
|
||||
target = "x86_64-unknown-linux-musl"
|
||||
rustflags = "-C target-cpu=native -C strip=symbols"
|
Reference in New Issue
Block a user