Skip to content

Commit

Permalink
Revert "Set a default GCC_PREFIX_HEADER"
Browse files Browse the repository at this point in the history
If the file doesn't exist, this causes build failures. Not worth predefining.

This reverts commit a114dfb.
  • Loading branch information
jspahrsummers committed Jan 6, 2013
1 parent a114dfb commit 8a276e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Base/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ GCC_ENABLE_OBJC_EXCEPTIONS = YES
// Whether to precompile the prefix header (if one is specified)
GCC_PRECOMPILE_PREFIX_HEADER = YES

// Default name for a prefix header file
GCC_PREFIX_HEADER = $PRODUCT_NAME/$PRODUCT_NAME-Prefix.pch

// Whether to enable strict aliasing, meaning that two pointers of different
// types (other than void * or any id type) cannot point to the same memory
// location
Expand Down

0 comments on commit 8a276e3

Please sign in to comment.