Update the WSL build pipelines to validate both Debug and Release configurations.
In addition, this PR introduces a new CMake build option DISABLE_MSVC_ITERATOR_DEBUGGING to allow clients to disable MSVC's iterator debugging in Debug configuration since this is now the 'default' for clang/LLVM for Windows builds even when not using the clang-cl driver.
Update the WSL build pipelines to validate both Debug and Release configurations.
In addition, this PR introduces a new CMake build option
DISABLE_MSVC_ITERATOR_DEBUGGING
to allow clients to disable MSVC's iterator debugging in Debug configuration since this is now the 'default' for clang/LLVM for Windows builds even when not using theclang-cl
driver.