Commit bfe5cbd
committed
clang-cl.exe does not support /analyze flag
Disable setting the `/analyze` flag on Windows if the compiler ID does
not equal MSVC, this fixes builds using the `clang-cl.exe` frontend
which does not support this flag.1 parent 3e4f65f commit bfe5cbd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments