Skip to content
  • Brad King's avatar
    VS: Map the link `/debug` to its IDE property · b3677b35
    Brad King authored
    Fix the link flag table entries for this flag to be case-insensitive.
    Also fix the VS 2015 value for the build property enumeration name.
    
    This causes `linkOptions.Parse(...)` to correctly extract the `/debug`
    flag and map it to the IDE property instead.  Therefore we do not need
    to look for the flag explicitly when initializing the property.
    b3677b35