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
Fix#980
MSVC and GCC/Clang use different style for command line options. We
should use "MSVC" not "WIN32" for detecting MSVC. If we use "WIN32",
mingw-w64 also uses MSVC style command line options because "WIN32" is
true for both of MSVC and mingw-w64.
0 commit comments