Changeset 944 in webkit for trunk/JavaScriptCore/JavaScriptCore.pbproj
- Timestamp:
- Apr 2, 2002, 6:50:23 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r941 r944 4 4 classes = { 5 5 }; 6 objectVersion = 3 6;6 objectVersion = 38; 7 7 objects = { 8 8 014CEA440018CDF011CA2923 = { … … 11 11 buildSettings = { 12 12 COPY_PHASE_STRIP = NO; 13 DEBUGGING_SYMBOLS = YES; 14 DEBUG_CFLAGS = ""; 13 15 INSTALL_PATH = "@executable_path/../Frameworks"; 16 OPTIMIZATION_CFLAGS = "-O"; 14 17 SKIP_INSTALL = YES; 15 18 }; … … 21 24 ); 22 25 buildSettings = { 23 COPY_PHASE_STRIP = YES;24 26 INSTALL_PATH = "@executable_path/../Frameworks"; 25 OTHER_CFLAGS = "-Os";26 27 SKIP_INSTALL = YES; 27 28 }; … … 66 67 014CEA440018CDF011CA2923, 67 68 014CEA450018CDF011CA2923, 68 F692A8D90255645D01FF60F7,69 69 ); 70 70 isa = PBXProject; … … 112 112 ); 113 113 buildSettings = { 114 COPY_PHASE_STRIP = YES; 115 DEBUGGING_SYMBOLS = NO; 116 DEBUG_CFLAGS = "-DxNDEBUG"; 114 117 DYLIB_COMPATIBILITY_VERSION = 1; 115 118 DYLIB_CURRENT_VERSION = 1; … … 119 122 INSTALL_PATH = /System/Library/PrivateFrameworks; 120 123 LIBRARY_SEARCH_PATHS = ""; 121 OTHER_CFLAGS = "-Wall -Werror -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-format-y2k -DAPPLE_CHANGES -DHAVE_CONFIG_H"; 124 OPTIMIZATION_CFLAGS = "-Os"; 125 OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DAPPLE_CHANGES -DHAVE_CONFIG_H"; 122 126 PRODUCT_NAME = JavaScriptCore; 123 127 SECTORDER_FLAGS = ""; 124 WARNING_CFLAGS = "-W most -Wno-four-char-constants -Wno-unknown-pragmas";128 WARNING_CFLAGS = "-Werror -Wall -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreorder -Wsign-compare"; 125 129 WRAPPER_EXTENSION = framework; 126 130 }; … … 1218 1222 shellScript = "if [ -f ../configure.in ]; then make embed; fi"; 1219 1223 }; 1220 F692A8D90255645D01FF60F7 = {1221 buildRules = (1222 );1223 buildSettings = {1224 COPY_PHASE_STRIP = YES;1225 INSTALL_PATH = "";1226 OPTIMIZATION_CFLAGS = "-Os";1227 };1228 isa = PBXBuildStyle;1229 name = Standalone;1230 };1231 1224 }; 1232 1225 rootObject = 0867D690FE84028FC02AAC07;
Note:
See TracChangeset
for help on using the changeset viewer.