]> git.saurik.com Git - apple/security.git/blob - OSX/config/base.xcconfig
Security-57740.31.2.tar.gz
[apple/security.git] / OSX / config / base.xcconfig
1 SDKROOT = macosx.internal
2
3 ARCHS[sdk=macosx*] = $(ARCHS_STANDARD_32_64_BIT)
4 CODE_SIGN_IDENTITY = -;
5 GCC_VERSION = com.apple.compilers.llvm.clang.1_0
6 DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
7 CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion)
8 VERSIONING_SYSTEM = apple-generic;
9
10 DEAD_CODE_STRIPPING = YES
11
12 // Debug symbols should be on obviously
13 GCC_GENERATE_DEBUGGING_SYMBOLS = YES
14 COPY_PHASE_STRIP = NO
15 STRIP_STYLE = debugging
16 STRIP_INSTALLED_PRODUCT = NO
17
18 WARNING_CFLAGS = -Wno-deprecated-declarations $(inherited)
19 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OSSPINLOCK_USE_INLINED=0