|
|
|
|
|
by whstl
404 days ago
|
|
Mainly because in some libs some code is activated at runtime. A lot of the bloat comes from functionality that can be activated via flags, methods that set a variable to true, environment variables, or even via configuration files. |
|
If you want to disable certain runtime features, you'd do so with feature flags.