summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-10 08:03:57 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-10 08:03:57 +0000
commit31d3ab414556f5615ae749dbf38540dd1e2a9213 (patch)
treec33700223b6a83a714435d3d96b79debf240a857
parent989fd841323a04f01f9ce0e899183684a1b431e5 (diff)
downloadpcsxr-31d3ab414556f5615ae749dbf38540dd1e2a9213.tar.gz
Make it so that debugging will be slightly easier in future OS X releases.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87801 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/Configs/Pcsxr-Debug.xcconfig1
-rw-r--r--macosx/Configs/Pcsxr-Instrument.xcconfig1
-rw-r--r--macosx/Configs/Pcsxr-Release.xcconfig1
-rw-r--r--macosx/Configs/Pcsxr.xcconfig1
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj9
5 files changed, 7 insertions, 6 deletions
diff --git a/macosx/Configs/Pcsxr-Debug.xcconfig b/macosx/Configs/Pcsxr-Debug.xcconfig
index 93a0b48d..49c9fecd 100644
--- a/macosx/Configs/Pcsxr-Debug.xcconfig
+++ b/macosx/Configs/Pcsxr-Debug.xcconfig
@@ -1,7 +1,6 @@
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
diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig
index 52517c80..35735da5 100644
--- a/macosx/Configs/Pcsxr-Instrument.xcconfig
+++ b/macosx/Configs/Pcsxr-Instrument.xcconfig
@@ -3,6 +3,5 @@
COPY_PHASE_STRIP = NO
OPTIMIZATION_CFLAGS = -finline-functions -fno-exceptions -funroll-loops -ffast-math
STRIP_INSTALLED_PRODUCT = NO
-GCC_GENERATE_DEBUGGING_SYMBOLS = YES
CODE_SIGN_IDENTITY =
LLVM_LTO = NO
diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig
index efa74ccd..5837eb2c 100644
--- a/macosx/Configs/Pcsxr-Release.xcconfig
+++ b/macosx/Configs/Pcsxr-Release.xcconfig
@@ -1,7 +1,6 @@
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
diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig
index d1f0c10e..c5a8d0d8 100644
--- a/macosx/Configs/Pcsxr.xcconfig
+++ b/macosx/Configs/Pcsxr.xcconfig
@@ -22,3 +22,4 @@ CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
GENERATE_PKGINFO_FILE = YES
SKIP_INSTALL = YES
+GCC_GENERATE_DEBUGGING_SYMBOLS = YES
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
index 7a768b57..13b3c406 100644
--- a/macosx/Pcsxr.xcodeproj/project.pbxproj
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -3018,10 +3018,11 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
@@ -3045,10 +3046,11 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
@@ -3069,10 +3071,11 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;