Ignore:
Timestamp:
Sep 28, 2006, 2:05:56 PM (19 years ago)
Author:
thatcher
Message:

Explicitly specify stabs for Debug and Production.

File:
1 edited

Legend:

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

    r16133 r16621  
    12271227                        isa = PBXProject;
    12281228                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
     1229                        compatibilityVersion = "Xcode 2.4";
    12291230                        hasScannedForEncodings = 1;
    12301231                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
    12311232                        productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
    12321233                        projectDirPath = "";
     1234                        projectRoot = "";
     1235                        shouldCheckCompatibility = 1;
    12331236                        targets = (
    12341237                                932F5B3E0822A1C700736975 /* JavaScriptCore */,
     
    17511754                        isa = XCBuildConfiguration;
    17521755                        buildSettings = {
     1756                                DEBUG_INFORMATION_FORMAT = stabs;
    17531757                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    17541758                                GCC_ENABLE_CPP_RTTI = NO;
     
    18361840                        buildSettings = {
    18371841                                DEAD_CODE_STRIPPING = YES;
     1842                                DEBUG_INFORMATION_FORMAT = stabs;
    18381843                                GCC_DEBUGGING_SYMBOLS = full;
    18391844                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
Note: See TracChangeset for help on using the changeset viewer.