]> git.saurik.com Git - apple/security.git/blame - OSX/libsecurity_asn1/config/base.xcconfig
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_asn1 / 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
822b670c
A
9// Debug symbols should be on obviously
10GCC_GENERATE_DEBUGGING_SYMBOLS = YES
11COPY_PHASE_STRIP = NO
12STRIP_STYLE = debugging
13STRIP_INSTALLED_PRODUCT = NO
14
fa7225c8 15ARCHS[sdk=macosx*] = $(ARCHS_STANDARD_32_64_BIT)
427c49bc 16
d8f41ccd 17WARNING_CFLAGS = -Wglobal-constructors -Wno-deprecated-declarations $(inherited)
fa7225c8 18GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OSSPINLOCK_USE_INLINED=0