build: musl static binary + native + strip

This commit is contained in:
ddidderr 2022-08-04 20:32:44 +02:00
parent cda502d79c
commit 8df88d2c42
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

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"