|
|
|
|
|
by berkes
2 days ago
|
|
> Rust even doesnt do the static binary file by default. Huh? It does. Only libc is dynamically linked, by default, which --iirc-- all programs will commonly need anyway. All the rest is statically linked. In fact, it takes some hoop-jumping to build dynamically linked binaries with cargo. |
|
I am not going to pretend I know Rust enough to comment (yes, would be a minute check), I was just commenting on the "Only libc is dynamically linked" bit.