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 +++ 1 file changed, 3 insertions(+) (limited to 'macosx/Configs/Pcsxr-Instrument.xcconfig') 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 -- cgit v1.2.3