Closed
Description
Seems related to #1324
The build output looks like that in 1.2.5, while these messages don't show up in 1.2.4:
When manually running the flag check command I get the following output:
This in practice disables control flow guard mitigation for projects compiled with cc
.
It is possible that /guard:cf adds a link dependency on MSVCRT.lib and the fix for #1324 didn't take that into account.