Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #768 from troppoli/development
Browse files Browse the repository at this point in the history
LLVM ARM6 release build optimizer bug...
  • Loading branch information
diederich committed Feb 3, 2012
2 parents 3a921e8 + b9bd883 commit 42bcda2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/Configurations/Library.xcconfig
Expand Up @@ -53,3 +53,6 @@ GCC_WARN_ABOUT_MISSING_NEWLINE = YES
GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_LABEL = 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 42bcda2

Please sign in to comment.