]> git.saurik.com Git - apple/security.git/blob - libsecurity_asn1/config/base.xcconfig
Security-55471.14.4.tar.gz
[apple/security.git] / libsecurity_asn1 / 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 INDIGO_INSTALL_PATH_PREFIX[sdk=iphonesimulator*] = $(SDKROOT)
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