[cmake-developers] [CMake 0015894]: Visual C++ 2015 Generator wrong output for debug information
Mantis Bug Tracker
mantis at public.kitware.com
Wed Dec 23 08:04:58 EST 2015
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=15894
======================================================================
Reported By: Thomas Laguzzi
Assigned To:
======================================================================
Project: CMake
Issue ID: 15894
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-12-23 08:04 EST
Last Modified: 2015-12-23 08:04 EST
======================================================================
Summary: Visual C++ 2015 Generator wrong output for debug
information
Description:
In 2015 there are three options to generate debug informations: None, Debug ,
Debug with fastlink
(/DEBUG and /DEBUG:FASTLINK)
The <GenerateDebugInformation> tag in the .vcxproj file doesn't take true or
false anymore, instead it takes 3 values
No
Debug
DebugFastLink
depending on the option choosen, else you will see a wrong property value in the
property sheet
Note: it's not sufficient to add /DEBUG:FASTLINK to the additional options, it
is ignored unless the .vcxproject file is correct.
Steps to Reproduce:
Just generate any Visual C++ project using Visual C++ 2015 (update 1).
Additional Information:
Tryed with Update 1 both 32 and 64bit.
Don't know if previous versions have the same issue.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-12-23 08:04 Thomas Laguzzi New Issue
======================================================================
More information about the cmake-developers
mailing list