src/share/tools/ProjectCreator/WinGammaPlatformVC10.java

changeset 2757
c49c3947b98a
parent 2675
74e790c48cd4
child 3069
2f27ed2a98fa
     1.1 --- a/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Thu Apr 07 20:26:41 2011 -0700
     1.2 +++ b/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Mon Apr 11 11:12:41 2011 +0200
     1.3 @@ -497,6 +497,9 @@
     1.4              addAttr(rv, "TargetMachine", "MachineX64");
     1.5          }
     1.6  
     1.7 +        // We always want the /DEBUG option to get full symbol information in the pdb files
     1.8 +        addAttr(rv, "GenerateDebugInformation", "true");
     1.9 +
    1.10          return rv;
    1.11      }
    1.12  
    1.13 @@ -504,8 +507,7 @@
    1.14      Vector getDebugLinkerFlags() {
    1.15          Vector rv = new Vector();
    1.16  
    1.17 -        // /DEBUG option
    1.18 -        addAttr(rv, "GenerateDebugInformation", "true");
    1.19 +        // Empty now that /DEBUG option is used by all configs
    1.20  
    1.21          return rv;
    1.22      }

mercurial