Changeset 35802 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Aug 15, 2008, 11:48:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r35776 r35802 1626 1626 projectDirPath = ""; 1627 1627 projectRoot = ""; 1628 projectRoots = ( 1629 "", 1630 ); 1628 1631 targets = ( 1629 1632 932F5BE30822A1C700736975 /* All */, … … 1924 1927 baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */; 1925 1928 buildSettings = { 1929 BUILD_VARIANTS = ( 1930 normal, 1931 debug, 1932 ); 1926 1933 SECTORDER_FLAGS = ( 1927 1934 "-sectorder", … … 1979 1986 baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */; 1980 1987 buildSettings = { 1981 DEBUG_DEFINES = " ";1982 GCC_OPTIMIZATION_LEVEL = 0;1983 STRIP_INSTALLED_PRODUCT = NO;1988 DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)"; 1989 GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)"; 1990 STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)"; 1984 1991 }; 1985 1992 name = Debug; … … 1989 1996 baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */; 1990 1997 buildSettings = { 1991 DEBUG_DEFINES = NDEBUG;1992 1998 STRIP_INSTALLED_PRODUCT = NO; 1993 1999 }; … … 1998 2004 baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */; 1999 2005 buildSettings = { 2000 DEBUG_DEFINES = NDEBUG;2001 2006 }; 2002 2007 name = Production;
Note:
See TracChangeset
for help on using the changeset viewer.