Motivated by commit ioc: remove static libraries from non-static builds. from #19
If an IOC uses the support library build configuration, where there is a support library which is the one that's actually linked to the support modules, it's possible that generates a static support library as well (though I'm not 100% sure, it would be good to confirm it), and that would take up room in the image, even though it can't be used.
Motivated by commit
ioc: remove static libraries from non-static builds.from #19If an IOC uses the support library build configuration, where there is a support library which is the one that's actually linked to the support modules, it's possible that generates a static support library as well (though I'm not 100% sure, it would be good to confirm it), and that would take up room in the image, even though it can't be used.