Commit 6c2b9f3
authored
Don't force /Zi when using CMAKE_MSVC_DEBUG_INFORMATION_FORMAT (microsoft#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.html1 parent 7786737 commit 6c2b9f3
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
362 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
| |||
0 commit comments