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 = {
|
buildSettings = {
|
||||||
GCC_OPTIMIZATION_LEVEL = fast;
|
GCC_OPTIMIZATION_LEVEL = fast;
|
||||||
GCC_UNROLL_LOOPS = YES;
|
GCC_UNROLL_LOOPS = YES;
|
||||||
|
LLVM_LTO = YES_THIN;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
AB796D6F15CDCBA200C59155 /* Release */ = {
|
AB796D6F15CDCBA200C59155 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
GCC_OPTIMIZATION_LEVEL = fast;
|
|
||||||
GCC_UNROLL_LOOPS = YES;
|
GCC_UNROLL_LOOPS = YES;
|
||||||
LLVM_LTO = YES;
|
LLVM_LTO = YES;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue