diff options
Diffstat (limited to 'macosx/Configs')
| -rw-r--r-- | macosx/Configs/Pcsxr-Instrument.xcconfig | 3 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 3 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 1 |
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) |
