Ignore:
Timestamp:
Jun 15, 2006, 3:33:56 PM (19 years ago)
Author:
thatcher
Message:

JavaScriptCore:

Reviewed by Geoff and Darin.


Prefer the DWARF debugging symbols format for use in Xcode 2.3.

JavaScriptGlue:

Reviewed by Geoff and Darin.


Prefer the DWARF debugging symbols format for use in Xcode 2.3.

  • JavaScriptGlue.xcodeproj/project.pbxproj:

WebCore:

Reviewed by Geoff and Darin.


Prefer the DWARF debugging symbols format for use in Xcode 2.3.

  • WebCore.xcodeproj/project.pbxproj:

WebKit:

Reviewed by Geoff and Darin.


Prefer the DWARF debugging symbols format for use in Xcode 2.3.

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

Legend:

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

    r14863 r14883  
    233233                E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; };
    234234/* End PBXBuildFile section */
    235 
    236 /* Begin PBXBuildStyle section */
    237                 1467E3080A40B8D60012E1AF /* Development */ = {
    238                         isa = PBXBuildStyle;
    239                         buildSettings = {
    240                                 COPY_PHASE_STRIP = NO;
    241                         };
    242                         name = Development;
    243                 };
    244                 1467E3090A40B8D60012E1AF /* Deployment */ = {
    245                         isa = PBXBuildStyle;
    246                         buildSettings = {
    247                                 COPY_PHASE_STRIP = YES;
    248                         };
    249                         name = Deployment;
    250                 };
    251 /* End PBXBuildStyle section */
    252235
    253236/* Begin PBXContainerItemProxy section */
     
    1014997                        isa = PBXProject;
    1015998                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
    1016                         buildSettings = {
    1017                         };
    1018                         buildStyles = (
    1019                                 1467E3080A40B8D60012E1AF /* Development */,
    1020                                 1467E3090A40B8D60012E1AF /* Deployment */,
    1021                         );
    1022999                        hasScannedForEncodings = 1;
    10231000                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
     
    13921369                        isa = XCBuildConfiguration;
    13931370                        buildSettings = {
     1371                                DEBUG_INFORMATION_FORMAT = dwarf;
    13941372                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    13951373                                GCC_ENABLE_CPP_RTTI = NO;
     
    14291407                        isa = XCBuildConfiguration;
    14301408                        buildSettings = {
     1409                                DEBUG_INFORMATION_FORMAT = dwarf;
    14311410                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    14321411                                GCC_ENABLE_CPP_RTTI = NO;
     
    14661445                        isa = XCBuildConfiguration;
    14671446                        buildSettings = {
     1447                                DEBUG_INFORMATION_FORMAT = dwarf;
    14681448                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    14691449                                GCC_ENABLE_CPP_RTTI = NO;
Note: See TracChangeset for help on using the changeset viewer.