make it possible to disable debug information in vcxproj files
Task-number: QTBUG-32885 Change-Id: I53a2208935a1c52bc7ca757651df6a0125979787 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
This commit is contained in:
parent
57e1c9a7bd
commit
7c3efdfb6a
@ -912,9 +912,10 @@ static inline QString toString(debugOption option)
|
|||||||
{
|
{
|
||||||
switch (option) {
|
switch (option) {
|
||||||
case debugUnknown:
|
case debugUnknown:
|
||||||
case debugDisabled:
|
|
||||||
case debugLineInfoOnly:
|
case debugLineInfoOnly:
|
||||||
break;
|
break;
|
||||||
|
case debugDisabled:
|
||||||
|
return "None";
|
||||||
case debugOldStyleInfo:
|
case debugOldStyleInfo:
|
||||||
return "OldStyle";
|
return "OldStyle";
|
||||||
case debugEditAndContinue:
|
case debugEditAndContinue:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user