]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_asn1/config/base.xcconfig
Security-57337.20.44.tar.gz
[apple/security.git] / OSX / libsecurity_asn1 / config / base.xcconfig
index e6d6e9bdec75b624949a73b9275cb040a0a2640f..ea15367df9bd5ff8b3418e56e01725c02a8aab63 100644 (file)
@@ -6,6 +6,12 @@ CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion)
 VERSIONING_SYSTEM = apple-generic;
 DEAD_CODE_STRIPPING = YES;
 
+// Debug symbols should be on obviously
+GCC_GENERATE_DEBUGGING_SYMBOLS = YES
+COPY_PHASE_STRIP = NO
+STRIP_STYLE = debugging
+STRIP_INSTALLED_PRODUCT = NO
+
 ARCHS = $(ARCHS_STANDARD_32_64_BIT)
 
 WARNING_CFLAGS = -Wglobal-constructors -Wno-deprecated-declarations $(inherited)