Ignore:
Timestamp:
Jan 17, 2006, 8:16:26 PM (20 years ago)
Author:
justing
Message:

Deployment builds now use -O2

File:
1 edited

Legend:

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

    r12038 r12161  
    381381                933A349A038AE7C6008635CE /* identifier.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = identifier.h; sourceTree = "<group>"; tabWidth = 8; };
    382382                933A349D038AE80F008635CE /* identifier.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = identifier.cpp; sourceTree = "<group>"; tabWidth = 8; };
    383                 935F69F608244FEA003D1A45 /* dftables */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dftables; sourceTree = BUILT_PRODUCTS_DIR; };
     383                935F69F608244FEA003D1A45 /* dftables */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = dftables; sourceTree = BUILT_PRODUCTS_DIR; };
    384384                9364B273045B7D6C00A9CAC1 /* fpconst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fpconst.cpp; sourceTree = "<group>"; tabWidth = 8; };
    385385                9373524E038DA8C2008635CE /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = "<group>"; tabWidth = 8; };
     
    13821382                                GCC_FAST_OBJC_DISPATCH = YES;
    13831383                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    1384                                 GCC_OPTIMIZATION_LEVEL = s;
     1384                                GCC_OPTIMIZATION_LEVEL = 2;
    13851385                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
    13861386                                GCC_PREFIX_HEADER = JavaScriptCorePrefix.h;
     
    17151715                                GCC_FAST_OBJC_DISPATCH = YES;
    17161716                                GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
    1717                                 GCC_OPTIMIZATION_LEVEL = s;
     1717                                GCC_OPTIMIZATION_LEVEL = 2;
    17181718                                GCC_STRICT_ALIASING = YES;
    17191719                                GCC_THREADSAFE_STATICS = NO;
Note: See TracChangeset for help on using the changeset viewer.