From f0e211cb82320e32fe10920c3d7a968df2a5989e Mon Sep 17 00:00:00 2001 From: "Kevin A. Mitchell" Date: Thu, 19 Jul 2012 02:35:04 -0500 Subject: [PATCH] OmniGroup Frameworks: Don't optimize debug builds. --- Configurations/Omni-Global-Debug.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/Omni-Global-Debug.xcconfig b/Configurations/Omni-Global-Debug.xcconfig index 3188f5a8..be868223 100644 --- a/Configurations/Omni-Global-Debug.xcconfig +++ b/Configurations/Omni-Global-Debug.xcconfig @@ -9,7 +9,7 @@ GCC_PREPROCESSOR_DEFINITIONS = DEBUG DEBUG_$(USER) $(OMNI_STORE_PREPROCESSOR_DEFINITIONS) // When debugging, sometimes it's helpful to turn off optimizations by uncommenting these lines. -// GCC_OPTIMIZATION_LEVEL = 0 +GCC_OPTIMIZATION_LEVEL = 0 // GCC_WARN_UNINITIALIZED_AUTOS = NO // Comment out the following line to build all available architectures in the Debug configuration. This is useful on the Mac for dealing with 64->32 implicit cast warnings and for running unit tests locally on both architectures