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
We (the Microsoft C++ team) use the Git project as a part of our "Real World Code" tests. In our latest version, Git failed when build under /std:c++latest option like below error, I just want to confirm if the flag '/Gm' is very necessary for the project? This will not compatable with 'std:c++latest' any more in future.
Failures:
cl : Command line warning D9035 : option 'Gm' has been deprecated and will be removed in a future release
cl : Command line error D8016 : '/Gm' and '/std:c++latest' command-line options are incompatible