Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
2.0
-
None
-
-
978448ddf (2.0)
Description
it is not clear if it is a mingw bug or not, but setting cpp.minimumWindowsVersion Wirth mingw produces broken binaries.
manually specifying corresponding flags, e.g.
--major-subsystem-version,10,--minor-subsystem-version,00
breaks binary as well.
can be reproduced with the hello world example