| ▲ | knorker 4 days ago | |||||||
Not everyone works at Google and builds all binaries from scratch from a monorepo every time. And even then, maybe even Google doesn't rebuild libstdc++ as part of this. GNURadio consistently uses pimpl for blocks, as I understand it mainly for ABI. > willing to stop improving. I think that dismissing it like that shows a naive understanding of execution environments, binary interface design, and in general systems software engineering. | ||||||||
| ▲ | StilesCrisis 3 days ago | parent [-] | |||||||
If you want a fixed build environment, pick a toolchain and stick with it. If you want the latest and greatest, a willingness to rebuild your code seems like a reasonable prerequisite to me. If you need a binary blob that can withstand toolchain versioning, use a dynamically linked library. | ||||||||
| ||||||||