mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-03-02 08:45:54 +00:00
- 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:
parent
d47c8154b6
commit
bb911f3690
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user