Ignore:
Timestamp:
Jun 28, 2006, 1:32:45 PM (19 years ago)
Author:
thatcher
Message:

JavaScriptCore:

Prefer the Stabs debugging symbols format until DWARF bugs are fixed.

JavaScriptGlue:

Prefer the Stabs debugging symbols format until DWARF bugs are fixed.

  • JavaScriptGlue.xcodeproj/project.pbxproj:

WebCore:

Prefer the Stabs debugging symbols format until DWARF bugs are fixed.

  • WebCore.xcodeproj/project.pbxproj:

WebKit:

Prefer the Stabs debugging symbols format until DWARF bugs are fixed.

  • WebKit.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r15071 r15085  
    16691669                        isa = XCBuildConfiguration;
    16701670                        buildSettings = {
    1671                                 DEBUG_INFORMATION_FORMAT = dwarf;
    16721671                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    16731672                                GCC_ENABLE_CPP_RTTI = NO;
     
    17071706                        isa = XCBuildConfiguration;
    17081707                        buildSettings = {
    1709                                 DEBUG_INFORMATION_FORMAT = dwarf;
    17101708                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    17111709                                GCC_ENABLE_CPP_RTTI = NO;
     
    17451743                        isa = XCBuildConfiguration;
    17461744                        buildSettings = {
    1747                                 DEBUG_INFORMATION_FORMAT = stabs;
    17481745                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    17491746                                GCC_ENABLE_CPP_RTTI = NO;
Note: See TracChangeset for help on using the changeset viewer.