mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
There was a lot of redundant noise in the older form. It also had several issues that made the ordering and mixing together of different flags much less obvious. With this change, the user-provided flags are reliably placed in a useful position, along with fundamental flags like the source file and output. All of this is largely in preparation for trying to add the first sanitizer configurations (as well as enabling them by default).