build: musl static binary + native + strip

This commit is contained in:
2022-08-04 20:32:44 +02:00
parent cda502d79c
commit 8df88d2c42

3
.cargo/config.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
target = "x86_64-unknown-linux-musl"
rustflags = "-C target-cpu=native -C strip=symbols"