Cocoa Port:

- In the Xcode 4 project, enable LTO for the OS X App Release Build and OpenEmu Plug-in build targets.
This commit is contained in:
rogerman 2013-04-15 19:50:34 +00:00
parent 9bfbbb1441
commit 3982cdb90e
1 changed files with 2 additions and 0 deletions

View File

@ -2676,6 +2676,7 @@
);
GCC_PREFIX_HEADER = openemu/DeSmuME_Prefix_OpenEmu.pch;
INFOPLIST_FILE = "openemu/Info (OpenEmu Plug-in).plist";
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = DeSmuME;
WRAPPER_EXTENSION = oecoreplugin;
@ -2696,6 +2697,7 @@
NDEBUG,
PUBLIC_RELEASE,
);
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
};
name = Release;