top | item 46586240

(no title)

PhilipRoman | 1 month ago

That's just because glibc is not designed for static linking. It works, but it doesn't exclude unused code, unlike with other libcs.

discuss

order

ptspts|1 month ago

It does exclude unused code. But glibc has too many inter-object-file dependencies, so too much code gets used.