Ignore:
Timestamp:
Sep 24, 2007, 1:10:24 PM (18 years ago)
Author:
kmccullo
Message:

Reviewed by Sam.

  • Continued to update project files to not use Edit and Continue for Debug Information since it doesn't work and breaks some functionality.
Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r25573 r25714  
    5858                                WarnAsError="true"
    5959                                Detect64BitPortabilityProblems="false"
    60                                 DebugInformationFormat="4"
     60                                DebugInformationFormat="3"
    6161                                DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996"
    6262                                ForcedIncludeFiles=""
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r23463 r25714  
    5656                                WarnAsError="true"
    5757                                Detect64BitPortabilityProblems="true"
    58                                 DebugInformationFormat="4"
     58                                DebugInformationFormat="3"
    5959                                DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996"
    6060                                ForcedIncludeFiles=""
Note: See TracChangeset for help on using the changeset viewer.