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