Skip to content

Commit

Permalink
Always enable assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 4, 2014
1 parent 963a108 commit 5bfe66a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ CLANG_WARN_UNREACHABLE_CODE = YES
// The format of debugging symbols
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym

// Whether to compile assertions in
ENABLE_NS_ASSERTIONS = YES

// Whether to require objc_msgSend to be cast before invocation
ENABLE_STRICT_OBJC_MSGSEND = YES

Expand Down

0 comments on commit 5bfe66a

Please sign in to comment.