Skip to content
Snippets Groups Projects
Commit f086c665 authored by Brad King's avatar Brad King
Browse files

VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation (#15894)

Starting with VS 2015 the GenerateDebugInformation build property is an
enumeration (`No`, `Debug`, `DebugFastLink`) instead of a boolean value
(`false`, `true`).  For now we simply change to `No` and `Debug` fix
current behavior.  Support for `/debug:fastlink` can be added later.
parent fd7180f0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment