X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/c38e3ce98599a410a47dc10253faa4d5830f13b2..427c49bcad63d042b29ada2ac27e3dfc4845c779:/libsecurity_ssl/config/base.xcconfig diff --git a/libsecurity_ssl/config/base.xcconfig b/libsecurity_ssl/config/base.xcconfig index 1e170bff..2171d75d 100644 --- a/libsecurity_ssl/config/base.xcconfig +++ b/libsecurity_ssl/config/base.xcconfig @@ -6,3 +6,9 @@ VERSIONING_SYSTEM = apple-generic; DEAD_CODE_STRIPPING = YES; ARCHS = $(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