]> git.saurik.com Git - apple/security.git/blame - OSX/libsecurity_keychain/libDER/config/base.xcconfig
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / libDER / 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
fa7225c8 8ARCHS[sdk=macosx*] = $(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)
fa7225c8 17GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OSSPINLOCK_USE_INLINED=0