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