diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-10 08:03:57 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-10 08:03:57 +0000 |
| commit | 31d3ab414556f5615ae749dbf38540dd1e2a9213 (patch) | |
| tree | c33700223b6a83a714435d3d96b79debf240a857 /macosx/Configs | |
| parent | 989fd841323a04f01f9ce0e899183684a1b431e5 (diff) | |
| download | pcsxr-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
Diffstat (limited to 'macosx/Configs')
| -rw-r--r-- | macosx/Configs/Pcsxr-Debug.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Instrument.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 1 |
4 files changed, 1 insertions, 3 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 |
