top | item 45611566

(no title)

nsvd2 | 4 months ago

Static compilation and static linking are two separate things - however, Rust is both statically compiled and (usually) uses static linking of dependency libraries.

discuss

order

paulddraper|4 months ago

You’re right. I mean static linking.

And by default Rust does not. Needs glibc.