diff options
Diffstat (limited to 'macosx/Configs')
| -rw-r--r-- | macosx/Configs/Pcsxr-Debug.xcconfig | 10 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Instrument.xcconfig | 3 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 9 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 20 |
4 files changed, 42 insertions, 0 deletions
diff --git a/macosx/Configs/Pcsxr-Debug.xcconfig b/macosx/Configs/Pcsxr-Debug.xcconfig new file mode 100644 index 00000000..c337762d --- /dev/null +++ b/macosx/Configs/Pcsxr-Debug.xcconfig @@ -0,0 +1,10 @@ +DEBUG_PREPROCESSOR_DEFINITIONS = DEBUG=1 +#include "Pcsxr.xcconfig" + +GCC_GENERATE_DEBUGGING_SYMBOLS = YES +GCC_INLINES_ARE_PRIVATE_EXTERN = NO +GCC_OPTIMIZATION_LEVEL = 0 +GCC_UNROLL_LOOPS = NO +ONLY_ACTIVE_ARCH = YES +COPY_PHASE_STRIP = NO +STRIP_INSTALLED_PRODUCT = NO diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig new file mode 100644 index 00000000..b5875d6d --- /dev/null +++ b/macosx/Configs/Pcsxr-Instrument.xcconfig @@ -0,0 +1,3 @@ +#include "Pcsxr-Release.xcconfig" + +COPY_PHASE_STRIP = NO diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig new file mode 100644 index 00000000..53de390b --- /dev/null +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -0,0 +1,9 @@ +DEBUG_PREPROCESSOR_DEFINITIONS = + +#include "Pcsxr.xcconfig" + +GCC_GENERATE_DEBUGGING_SYMBOLS = NO +GCC_INLINES_ARE_PRIVATE_EXTERN = YES +GCC_OPTIMIZATION_LEVEL = s +GCC_UNROLL_LOOPS = YES +COPY_PHASE_STRIP = YES diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig new file mode 100644 index 00000000..c9bbfd2e --- /dev/null +++ b/macosx/Configs/Pcsxr.xcconfig @@ -0,0 +1,20 @@ +// +// Pcsxr.xcconfig +// Pcsxr +// +// Created by C.W. Betts on 7/4/13. +// +// + + +ARCHS = $(ARCHS_STANDARD_32_64_BIT) +SDKROOT = macosx +GCC_PREPROCESSOR_DEFINITIONS = _MACOSX=1 $(DEBUG_PREPROCESSOR_DEFINITIONS) +DEBUG_INFORMATION_FORMAT = dwarf-with-dsym +GCC_VERSION = com.apple.compilers.llvm.clang.1_0 +MACOSX_DEPLOYMENT_TARGET = 10.6 +VALID_ARCHS = i386 x86_64 +CLANG_ENABLE_OBJC_ARC[arch=x86_64] = YES +GCC_DYNAMIC_NO_PIC = NO +COMBINE_HIDPI_IMAGES = YES + |
