summaryrefslogtreecommitdiff
path: root/macosx/Configs
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Configs')
-rw-r--r--macosx/Configs/Pcsxr-Release.xcconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig
index 819572a2..da7fa066 100644
--- a/macosx/Configs/Pcsxr-Release.xcconfig
+++ b/macosx/Configs/Pcsxr-Release.xcconfig
@@ -1,18 +1,14 @@
DEBUG_PREPROCESSOR_DEFINITIONS =
#include "Pcsxr.xcconfig"
-GCC_INLINES_ARE_PRIVATE_EXTERN = YES
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
STRIP_INSTALLED_PRODUCT = YES
DEAD_CODE_STRIPPING = YES
APPLY_RULES_IN_COPY_FILES = YES
-INFOPLIST_OUTPUT_FORMAT = binary
PLIST_FILE_OUTPUT_FORMAT = binary
STRINGS_FILE_OUTPUT_ENCODING = binary
CODE_SIGN_IDENTITY = PCSX-R Developer
LLVM_LTO = YES
-LLVM_VECTORIZE_LOOPS = YES