diff options
Diffstat (limited to 'macosx/Configs/Pcsxr-Release.xcconfig')
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 3 |
1 files changed, 2 insertions, 1 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 |
