diff options
Diffstat (limited to 'macosx/Configs/Pcsxr-Debug.xcconfig')
| -rw-r--r-- | macosx/Configs/Pcsxr-Debug.xcconfig | 10 |
1 files changed, 10 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 |
