Skip to content

Commit

Permalink
OmniGroup Frameworks: Don't optimize debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-kam committed Jul 19, 2012
1 parent d15721a commit f0e211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/Omni-Global-Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e211c

Please sign in to comment.