Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't force /Zi when using CMAKE_MSVC_DEBUG_INFORMATION_FORMAT (#7041)
Newer versions of CMake have a more robust way of handling debug information settings for Windows. Forcing this on breaks the ability to control how debug info is generated and gets in the way of using sccache. See CMake's docs: https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.html
- Loading branch information