From 59088e1ff84cdbac20a3cfd7df131b7edc1842f0 Mon Sep 17 00:00:00 2001 From: rogerman Date: Wed, 14 Sep 2016 21:49:47 +0000 Subject: [PATCH] =?UTF-8?q?Cocoa=20Port:=20-=20OS=20X=20App=20Debug=20buil?= =?UTF-8?q?ds=20now=20use=20Xcode=208=E2=80=99s=20new=20Incremental=20LTO?= =?UTF-8?q?=20feature.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desmume/src/cocoa/DeSmuME (Latest).xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/cocoa/DeSmuME (Latest).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (Latest).xcodeproj/project.pbxproj index 63d240a0b..edcc944f1 100644 --- a/desmume/src/cocoa/DeSmuME (Latest).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (Latest).xcodeproj/project.pbxproj @@ -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; };