microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786 stars 152 forks source link

Test Debug and Release for WSL YAML #81

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

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.