You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If -municode is passed to mingw-w64's gcc, then crt2u.o (which causes
wmain to be selected) should be linked rather than crt2.o. In passing,
the code now sniffs for -nostartfiles, which causes neither crt2.o nor
crt2u.o to be considered.
0 commit comments