summaryrefslogtreecommitdiff
path: root/macosx/Configs
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 11:35:09 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 11:35:09 +0000
commit611182f4aeeed4aecf8c10f5ac1d8eb2f5b5b2a8 (patch)
tree2eb2375d6e599ed5da440d4a106978f0a0e9a46c /macosx/Configs
parent35b6580dd3fffd51d38035791d7997523c3ce73f (diff)
downloadpcsxr-611182f4aeeed4aecf8c10f5ac1d8eb2f5b5b2a8.tar.gz
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
Diffstat (limited to 'macosx/Configs')
-rw-r--r--macosx/Configs/Pcsxr-Instrument.xcconfig3
-rw-r--r--macosx/Configs/Pcsxr-Release.xcconfig3
-rw-r--r--macosx/Configs/Pcsxr.xcconfig1
3 files changed, 4 insertions, 3 deletions
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)