Changeset 984 in webkit for trunk/JavaScriptCore/JavaScriptCore.pbproj
- Timestamp:
- Apr 8, 2002, 1:12:38 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r962 r984 127 127 PRODUCT_NAME = JavaScriptCore; 128 128 SECTORDER_FLAGS = ""; 129 WARNING_CFLAGS = "-Werror -Wall -W cast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreorder -Wsign-compare";129 WARNING_CFLAGS = "-Werror -Wall -Wno-format-y2k -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wreorder -Wsign-compare"; 130 130 WRAPPER_EXTENSION = framework; 131 131 }; … … 427 427 DEBUG_CFLAGS = ""; 428 428 INSTALL_PATH = "@executable_path/../Frameworks"; 429 OPTIMIZATION_CFLAGS = " ";429 OPTIMIZATION_CFLAGS = "-O0"; 430 430 SKIP_INSTALL = YES; 431 431 };
Note:
See TracChangeset
for help on using the changeset viewer.