For some reason, our libplugin_utils.a is coming out to be about 2M? Is that right? If so, where is the extra size coming from?
For example with SAMPLE_PLUGIN, when I link to plugin_utils I get a .so that's ~911K when it's not being linked, it comes out to ~35K. Shouldn't the compiler be optimizing out a lot more of that code?
For some reason, our
libplugin_utils.ais coming out to be about 2M? Is that right? If so, where is the extra size coming from?For example with SAMPLE_PLUGIN, when I link to plugin_utils I get a
.sothat's ~911K when it's not being linked, it comes out to ~35K. Shouldn't the compiler be optimizing out a lot more of that code?