]> git.saurik.com Git - apple/security.git/blame_incremental - OSX/config/base.xcconfig
Security-57337.50.23.tar.gz
[apple/security.git] / OSX / config / base.xcconfig
... / ...
CommitLineData
1SDKROOT = macosx.internal
2
3ARCHS = $(ARCHS_STANDARD_32_64_BIT)
4CODE_SIGN_IDENTITY = -;
5GCC_VERSION = com.apple.compilers.llvm.clang.1_0
6DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
7CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion)
8VERSIONING_SYSTEM = apple-generic;
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
17
18WARNING_CFLAGS = -Wno-deprecated-declarations $(inherited)