Skip to content

Commit 98ba23c

Browse files
committed
disable CLANG_ENABLE_CODE_COVERAGE for release builds
1 parent a6c2391 commit 98ba23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parse.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8839,6 +8839,7 @@
88398839
isa = XCBuildConfiguration;
88408840
baseConfigurationReference = 81DCD14A1D2DA080002501A2 /* Release.xcconfig */;
88418841
buildSettings = {
8842+
CLANG_ENABLE_CODE_COVERAGE = NO;
88428843
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
88438844
CLANG_WARN_COMMA = YES;
88448845
CLANG_WARN_INFINITE_RECURSION = YES;

0 commit comments

Comments
 (0)