From 98d7380ec7887a091c62d9d860815c70b0edffe8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 5 Jul 2013 01:04:08 +0000 Subject: Making the SIO plug-ins work on OS X. Setting the deployment target on the SIO plug-in be set to 10.7, since we don't we have a 10.6 version of PCSXR that can use it. Adding Xcode config files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85826 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Pcsxr-Release.xcconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 macosx/Pcsxr-Release.xcconfig (limited to 'macosx/Pcsxr-Release.xcconfig') diff --git a/macosx/Pcsxr-Release.xcconfig b/macosx/Pcsxr-Release.xcconfig new file mode 100644 index 00000000..6f3a9404 --- /dev/null +++ b/macosx/Pcsxr-Release.xcconfig @@ -0,0 +1,11 @@ +DEBUG_PREPROCESSOR_DEFINITIONS = + +#include "Pcsxr.xcconfig" + +GCC_GENERATE_DEBUGGING_SYMBOLS = NO +GCC_INLINES_ARE_PRIVATE_EXTERN = YES +GCC_OPTIMIZATION_LEVEL = s +GCC_SYMBOLS_PRIVATE_EXTERN = YES +GCC_UNROLL_LOOPS = YES +GCC_DYNAMIC_NO_PIC = YES +COPY_PHASE_STRIP = YES -- cgit v1.2.3