6 ms·
Is there a better way? Can we make gcc with less options, while still catering to all the use cases.
by carterehsmith 7y ago
Is there a better way? Can we make gcc with less options, while still catering to all the use cases.
- Paul-ish 7y agoThat might not be possible. What if instead we created a configuration tool that intelligently passed the correct options for you.
- carterehsmith 7y agoCould that tool magically reduce the number of options? That would be quite a tool.
- bentcorner 7y agoYou could subdivide what gcc does into other utilities each with a smaller api.
- TeMPOraL 7y agoThis way lies Node.js. You'll end up with a complex config file just to orchestrate all these smaller utilities.
- Paul-ish 7y agoYes. We will call it autotools.
- Camas 7y agoToo late now. Once they exist there's someone that depends on them.
- pornel 7y agoFor some things, yes. For example, Rust manages warnings from the source code (-Wfoo is #[warn(foo)], and it's scoped!)