Changeset 12161 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Jan 17, 2006, 8:16:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r12038 r12161 381 381 933A349A038AE7C6008635CE /* identifier.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = identifier.h; sourceTree = "<group>"; tabWidth = 8; }; 382 382 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; }; 384 384 9364B273045B7D6C00A9CAC1 /* fpconst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fpconst.cpp; sourceTree = "<group>"; tabWidth = 8; }; 385 385 9373524E038DA8C2008635CE /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = "<group>"; tabWidth = 8; }; … … 1382 1382 GCC_FAST_OBJC_DISPATCH = YES; 1383 1383 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1384 GCC_OPTIMIZATION_LEVEL = s;1384 GCC_OPTIMIZATION_LEVEL = 2; 1385 1385 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1386 1386 GCC_PREFIX_HEADER = JavaScriptCorePrefix.h; … … 1715 1715 GCC_FAST_OBJC_DISPATCH = YES; 1716 1716 GCC_INLINES_ARE_PRIVATE_EXTERN = YES; 1717 GCC_OPTIMIZATION_LEVEL = s;1717 GCC_OPTIMIZATION_LEVEL = 2; 1718 1718 GCC_STRICT_ALIASING = YES; 1719 1719 GCC_THREADSAFE_STATICS = NO;
Note:
See TracChangeset
for help on using the changeset viewer.