hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
changeset 31351 aae7db185576
parent 30621 85111c80363e
equal deleted inserted replaced
31350:b856c6918480 31351:aae7db185576
   361     Vector getDebugCompilerFlags(String opt, String platformName) {
   361     Vector getDebugCompilerFlags(String opt, String platformName) {
   362         Vector rv = new Vector();
   362         Vector rv = new Vector();
   363 
   363 
   364         // Set /On option
   364         // Set /On option
   365         addAttr(rv, "Optimization", opt);
   365         addAttr(rv, "Optimization", opt);
   366         // Set /FR option.
       
   367         addAttr(rv, "BrowseInformation", "true");
       
   368         addAttr(rv, "BrowseInformationFile", "$(IntDir)");
       
   369         // Set /MD option.
   366         // Set /MD option.
   370         addAttr(rv, "RuntimeLibrary", "MultiThreadedDLL");
   367         addAttr(rv, "RuntimeLibrary", "MultiThreadedDLL");
   371         // Set /Oy- option
   368         // Set /Oy- option
   372         addAttr(rv, "OmitFramePointers", "false");
   369         addAttr(rv, "OmitFramePointers", "false");
   373         // Set /homeparams for x64 debug builds
   370         // Set /homeparams for x64 debug builds