Cocoa Port:

- OS X App Debug builds now use Xcode 8’s new Incremental LTO feature.
This commit is contained in:
rogerman 2016-09-14 21:49:47 +00:00
parent 14458da8f8
commit 59088e1ff8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};