X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/Security/libsecurity_ssl/config/debug.xcconfig diff --git a/Security/libsecurity_ssl/config/debug.xcconfig b/Security/libsecurity_ssl/config/debug.xcconfig new file mode 100644 index 00000000..53107c24 --- /dev/null +++ b/Security/libsecurity_ssl/config/debug.xcconfig @@ -0,0 +1,4 @@ +GCC_OPTIMIZATION_LEVEL = 0 +GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited) + +GCC_TREAT_WARNINGS_AS_ERRORS = YES