Cocoa Port:
- OS X App Debug builds now use Xcode 8’s new Incremental LTO feature.
This commit is contained in:
parent
14458da8f8
commit
59088e1ff8
|
@ -4577,13 +4577,13 @@
|
|||
buildSettings = {
|
||||
GCC_OPTIMIZATION_LEVEL = fast;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
LLVM_LTO = YES_THIN;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
AB796D6F15CDCBA200C59155 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_OPTIMIZATION_LEVEL = fast;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
LLVM_LTO = YES;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue