diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-27 05:20:36 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-27 05:20:36 +0000 |
| commit | 43a9632f4a6a4196ef33f45a8db7af4a08442da0 (patch) | |
| tree | 2160a8cfa92d5397b00384b1e594e4ddc986583f /macosx/Configs | |
| parent | 2aef6a6a05384c7eb5e01fc5144a893f5aeb853c (diff) | |
| download | pcsxr-43a9632f4a6a4196ef33f45a8db7af4a08442da0.tar.gz | |
Some more OS X refinement.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87984 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Configs')
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 3 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig index 5837eb2c..819572a2 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -2,7 +2,7 @@ DEBUG_PREPROCESSOR_DEFINITIONS = #include "Pcsxr.xcconfig" GCC_INLINES_ARE_PRIVATE_EXTERN = YES -GCC_OPTIMIZATION_LEVEL = s +GCC_OPTIMIZATION_LEVEL = 3 GCC_UNROLL_LOOPS = YES COPY_PHASE_STRIP = YES OPTIMIZATION_CFLAGS = -finline-functions -fomit-frame-pointer -fno-exceptions -funroll-loops -ffast-math @@ -15,3 +15,4 @@ PLIST_FILE_OUTPUT_FORMAT = binary STRINGS_FILE_OUTPUT_ENCODING = binary CODE_SIGN_IDENTITY = PCSX-R Developer LLVM_LTO = YES +LLVM_VECTORIZE_LOOPS = YES diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig index c5a8d0d8..77e4e6aa 100644 --- a/macosx/Configs/Pcsxr.xcconfig +++ b/macosx/Configs/Pcsxr.xcconfig @@ -11,7 +11,7 @@ SDKROOT = macosx GCC_PREPROCESSOR_DEFINITIONS = _MACOSX=1 $(DEBUG_PREPROCESSOR_DEFINITIONS) DEBUG_INFORMATION_FORMAT = dwarf-with-dsym GCC_VERSION = com.apple.compilers.llvm.clang.1_0 -MACOSX_DEPLOYMENT_TARGET = 10.9 +MACOSX_DEPLOYMENT_TARGET = 10.8 CLANG_ENABLE_OBJC_ARC = YES GCC_DYNAMIC_NO_PIC = NO COMBINE_HIDPI_IMAGES = YES |
