New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/17827#issuecomment-569454526 Comment: the only changes i can think of would be separating the target debug info in separate `-dbg` packages for `libstdc++` and `newlib`, however besides saving some space locally, the benefit of that is questionable and needs manual work in the template (as host `strip`/`objcopy` cannot be used) - so I probably won't bother for the time being. For the final target hardware executable, you can just strip the final thing, which will get rid of all the intermediate debug info with the same effect.