Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Debug.xcconfig: updated the sample project debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Piemonte committed Aug 9, 2013
1 parent d43cb2c commit d65ee0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions Project/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INT_CONVERSION = YES

GCC_ENABLE_OBJC_EXCEPTIONS = NO
13 changes: 10 additions & 3 deletions Project/Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES[sdk=iphone*] = YES
GCC_WARN_SHADOW[sdk=iphone*] = YES
GCC_PREPROCESSOR_DEFINITIONS = $(INHERITED) DEBUG=1
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES

CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS[sdk=iphone*]=YES
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS[sdk=iphone*] = YES
CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = YES

CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES

ALWAYS_SEARCH_USER_PATHS = NO
COPY_PHASE_STRIP = NO
Expand Down

0 comments on commit d65ee0f

Please sign in to comment.