summaryrefslogtreecommitdiff
path: root/macosx/Configs
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-25 19:17:08 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-01-25 19:17:08 +0000
commit4e48823ad72a3d1e595409eb69f2948ab084c00d (patch)
tree54cb3ba5a353e1e2b248722eee6274faf8404ce3 /macosx/Configs
parenta3418fed402dc39b734fa429b0d39d18dc34ae3d (diff)
downloadpcsxr-4e48823ad72a3d1e595409eb69f2948ab084c00d.tar.gz
OS X: Add precompiled header.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88469 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Configs')
-rw-r--r--macosx/Configs/Pcsxr.xcconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig
index 77e4e6aa..9de72486 100644
--- a/macosx/Configs/Pcsxr.xcconfig
+++ b/macosx/Configs/Pcsxr.xcconfig
@@ -23,3 +23,7 @@ CLANG_CXX_LIBRARY = libc++
GENERATE_PKGINFO_FILE = YES
SKIP_INSTALL = YES
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
+
+GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES
+GCC_PRECOMPILE_PREFIX_HEADER = YES
+GCC_PREFIX_HEADER = pcsxr.pch