Skip to content

Git failed when build on /std:c++latest + MSVC on windows #1905

Closed
@QuellaZhang

Description

@QuellaZhang

Hi All,

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions