1 Commits

Author SHA1 Message Date
8df88d2c42 build: musl static binary + native + strip 2022-08-04 20:33:16 +02:00

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"