]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/config/base.xcconfig
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / config / base.xcconfig
diff --git a/OSX/libsecurity_ssl/config/base.xcconfig b/OSX/libsecurity_ssl/config/base.xcconfig
deleted file mode 100644 (file)
index ae70ec4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-SDKROOT = macosx.internal
-CODE_SIGN_IDENTITY = -;
-GCC_VERSION = com.apple.compilers.llvm.clang.1_0
-DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
-CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion)
-VERSIONING_SYSTEM = apple-generic;
-DEAD_CODE_STRIPPING = YES;
-
-ARCHS[sdk=macosx*] = $(ARCHS_STANDARD_32_64_BIT)
-
-// Debug symbols should be on obviously
-GCC_GENERATE_DEBUGGING_SYMBOLS = YES
-COPY_PHASE_STRIP = NO
-STRIP_STYLE = debugging
-STRIP_INSTALLED_PRODUCT = NO
-
-WARNING_CFLAGS = -Wglobal-constructors -Wno-deprecated-declarations $(inherited)
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) OSSPINLOCK_USE_INLINED=0