Ignore:
Timestamp:
Apr 8, 2002, 1:12:38 PM (23 years ago)
Author:
darin
Message:

Re-added -Wno-format-y2k.

File:
1 edited

Legend:

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

    r962 r984  
    127127                                PRODUCT_NAME = JavaScriptCore;
    128128                                SECTORDER_FLAGS = "";
    129                                 WARNING_CFLAGS = "-Werror -Wall -Wcast-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";
    130130                                WRAPPER_EXTENSION = framework;
    131131                        };
     
    427427                                DEBUG_CFLAGS = "";
    428428                                INSTALL_PATH = "@executable_path/../Frameworks";
    429                                 OPTIMIZATION_CFLAGS = "";
     429                                OPTIMIZATION_CFLAGS = "-O0";
    430430                                SKIP_INSTALL = YES;
    431431                        };
Note: See TracChangeset for help on using the changeset viewer.