|
|
|
|
|
by mondoshawan
4000 days ago
|
|
We can write tools that stop using idiotic ideas like dynamic libraries and only link in symbols that apps need. If you only use one or two features out of a lib, why are you dynamically linking them in? If you do a static link, the linker can at least remove most of the bloat you don't use. |
|