We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b5f1f1 + e0bdf3a commit 8f33527Copy full SHA for 8f33527
Sources/SWBUniversalPlatform/Specs/ProductTypes.xcspec
@@ -164,6 +164,10 @@
164
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
165
KEEP_PRIVATE_EXTERNS = YES;
166
DEAD_CODE_STRIPPING = NO;
167
+ // Disable code coverage linker flags since we're producing .o files.
168
+ // Otherwise, we will run into duplicated symbols when there are more than one targets that produce .o
169
+ // as their product.
170
+ CLANG_COVERAGE_MAPPING_LINKER_ARGS = NO;
171
};
172
PackageTypes = (
173
com.apple.package-type.mach-o-objfile
0 commit comments