Add the support infrastructure for the /debugtype option which takes a comma delimited list of debug info to generate. The defaults are based on other options potentially (/driver or /profile). This sets up the infrastructure to allow us to emit RSDS records to get "build id" equivalents on COFF (similar to binutils).
Details
Details
Diff Detail
Diff Detail
Let's move this enum class definition outside of Configuration so that we can write DebugType::None instead of Configuration::DebugType::None.