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