- Changed optimization level from -O3 to -Os in AppKit and Foundation for Windows targets due to problems encountered with -O3 and gcc 4.3.0.

This commit is contained in:
Christopher Lloyd 2008-04-23 03:36:54 +00:00
parent d47c8154b6
commit bb911f3690
2 changed files with 2 additions and 2 deletions

View File

@ -3399,7 +3399,7 @@
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_OPTIMIZATION_LEVEL = s;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_UNROLL_LOOPS = NO;

View File

@ -8604,7 +8604,7 @@
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_OPTIMIZATION_LEVEL = s;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_UNROLL_LOOPS = NO;
INFOPLIST_FILE = Info.plist;