Skip to content

Commit

Permalink
fix optimizer bug in our three20 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Feb 2, 2012
1 parent 3a921e8 commit b9bd883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/Configurations/Library.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ GCC_WARN_ABOUT_MISSING_NEWLINE = YES
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_LABEL = YES

// THIS APPARENTLY FIXES HORRIBLE PROBLEMS WITH THE OPTIMIZER
// ACCESSING BASIC PROPS IN UI
OTHER_CFLAGS[arch=armv6] = -mno-thumb

0 comments on commit b9bd883

Please sign in to comment.