Skip to content

Commit

Permalink
Disable dead code stripping for applications
Browse files Browse the repository at this point in the history
Otherwise, apparently constant variables sometimes get clobbered (and thus rendered unusable by unit tests)
  • Loading branch information
jspahrsummers committed Sep 7, 2012
1 parent dface90 commit 67ebee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Targets/Application.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
//

// Whether to strip out code that isn't called from anywhere
DEAD_CODE_STRIPPING = YES
DEAD_CODE_STRIPPING = NO

0 comments on commit 67ebee7

Please sign in to comment.