From cdfd506cc05e8011ce02c8220fa0eb24d6d845ea Mon Sep 17 00:00:00 2001 From: Rudy Richter Date: Wed, 8 Jan 2014 14:34:33 -0500 Subject: [PATCH] =?UTF-8?q?turn=20on=20generation=20of=20debug=20symbols?= =?UTF-8?q?=20since=20they=E2=80=99re=20needed=20in=20order=20to=20generat?= =?UTF-8?q?e=20a=20dSYM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configurations/ConfigCommonRelease.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/ConfigCommonRelease.xcconfig b/Configurations/ConfigCommonRelease.xcconfig index bf366778..c7b3cbd6 100644 --- a/Configurations/ConfigCommonRelease.xcconfig +++ b/Configurations/ConfigCommonRelease.xcconfig @@ -2,7 +2,7 @@ GCC_OPTIMIZATION_LEVEL = s DEBUG_INFORMATION_FORMAT = dwarf-with-dsym -GCC_GENERATE_DEBUGGING_SYMBOLS = NO +GCC_GENERATE_DEBUGGING_SYMBOLS = YES DEAD_CODE_STRIPPING = YES GCC_TREAT_WARNINGS_AS_ERRORS = NO GCC_WARN_UNINITIALIZED_AUTOS = YES