From 8ce6358f4e589662c5ae2a92f54172ec1bf884b8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 5 Jul 2013 07:11:57 +0000 Subject: Consolidate the plug-ins in OS X into the main PCSXR project. Add debugging info for SysLibError on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85835 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Configs/Pcsxr-Debug.xcconfig | 1 + macosx/Configs/Pcsxr-Release.xcconfig | 2 ++ macosx/Configs/Pcsxr.xcconfig | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'macosx/Configs') diff --git a/macosx/Configs/Pcsxr-Debug.xcconfig b/macosx/Configs/Pcsxr-Debug.xcconfig index c337762d..06e68c47 100644 --- a/macosx/Configs/Pcsxr-Debug.xcconfig +++ b/macosx/Configs/Pcsxr-Debug.xcconfig @@ -8,3 +8,4 @@ GCC_UNROLL_LOOPS = NO ONLY_ACTIVE_ARCH = YES COPY_PHASE_STRIP = NO STRIP_INSTALLED_PRODUCT = NO +OPTIMIZATION_CFLAGS = -finline-functions -finline-limit=1600 -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig index 53de390b..4a218e82 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -7,3 +7,5 @@ GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_OPTIMIZATION_LEVEL = s GCC_UNROLL_LOOPS = YES COPY_PHASE_STRIP = YES + +OPTIMIZATION_CFLAGS = -finline-functions -finline-limit=1600 -fomit-frame-pointer -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig index c9bbfd2e..76cb1b28 100644 --- a/macosx/Configs/Pcsxr.xcconfig +++ b/macosx/Configs/Pcsxr.xcconfig @@ -17,4 +17,5 @@ VALID_ARCHS = i386 x86_64 CLANG_ENABLE_OBJC_ARC[arch=x86_64] = YES GCC_DYNAMIC_NO_PIC = NO COMBINE_HIDPI_IMAGES = YES - +INFOPLIST_FILE = plugins/$(TARGET_NAME)/Info.plist +PRODUCT_NAME = $(TARGET_NAME) -- cgit v1.2.3