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