|
|
|
|
|
by capableweb
1380 days ago
|
|
> but for Go/Rust at least static linking is pretty much the default I don't think that's true for Rust. It defaults to depending on glibc, at least on Linux, and you need to explicitly build with musl to get static binaries. |
|