Rust

static build musl
RUSTFLAGS='-C target-feature=+crt-static' cargo build
static build glibc
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu

Bibliotheken

Referenzen