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