diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-07 04:01:37 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-07 04:01:37 +0000 |
| commit | 3e01cc3981e5d23e61418f427ba224f7ab61a757 (patch) | |
| tree | e6c14461f00b43be6a8976848eadd8a5e2cc9c42 | |
| parent | 0cabf4983af06a20add30131cab017a8b4f0b027 (diff) | |
| download | pcsxr-3e01cc3981e5d23e61418f427ba224f7ab61a757.tar.gz | |
Fix a few things.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87788 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Configs/Pcsxr-Instrument.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig index 652c1f22..52517c80 100644 --- a/macosx/Configs/Pcsxr-Instrument.xcconfig +++ b/macosx/Configs/Pcsxr-Instrument.xcconfig @@ -5,3 +5,4 @@ OPTIMIZATION_CFLAGS = -finline-functions -fno-exceptions -funroll-loops -ffast-m 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 2f3c357d..efa74ccd 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -15,3 +15,4 @@ INFOPLIST_OUTPUT_FORMAT = binary PLIST_FILE_OUTPUT_FORMAT = binary STRINGS_FILE_OUTPUT_ENCODING = binary CODE_SIGN_IDENTITY = PCSX-R Developer +LLVM_LTO = YES |
