From 611182f4aeeed4aecf8c10f5ac1d8eb2f5b5b2a8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 5 Jul 2013 11:35:09 +0000 Subject: Grouping similar classes in Xcode. Implement the Instrument build phase, for when your profile with Instruments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85842 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Configs/Pcsxr-Instrument.xcconfig | 3 +++ macosx/Configs/Pcsxr-Release.xcconfig | 3 +-- macosx/Configs/Pcsxr.xcconfig | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'macosx/Configs') diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig index b5875d6d..d125063a 100644 --- a/macosx/Configs/Pcsxr-Instrument.xcconfig +++ b/macosx/Configs/Pcsxr-Instrument.xcconfig @@ -1,3 +1,6 @@ #include "Pcsxr-Release.xcconfig" COPY_PHASE_STRIP = NO +OPTIMIZATION_CFLAGS = -finline-functions -finline-limit=1600 -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math +STRIP_INSTALLED_PRODUCT = NO +GCC_GENERATE_DEBUGGING_SYMBOLS = YES diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig index 4a218e82..ac99118f 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -1,5 +1,4 @@ DEBUG_PREPROCESSOR_DEFINITIONS = - #include "Pcsxr.xcconfig" GCC_GENERATE_DEBUGGING_SYMBOLS = NO @@ -7,5 +6,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 +STRIP_INSTALLED_PRODUCT = YES diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig index 76cb1b28..89311b4c 100644 --- a/macosx/Configs/Pcsxr.xcconfig +++ b/macosx/Configs/Pcsxr.xcconfig @@ -6,7 +6,6 @@ // // - ARCHS = $(ARCHS_STANDARD_32_64_BIT) SDKROOT = macosx GCC_PREPROCESSOR_DEFINITIONS = _MACOSX=1 $(DEBUG_PREPROCESSOR_DEFINITIONS) -- cgit v1.2.3