Commit e0bdf3a
committed
Move a build setting from swiftPM to swift-build
There was some code in swiftPM that would set
CLANG_COVERAGE_MAPPING_LINKER_ARGS = NO if the mach_o_type was "mh_object"
due to some duplicate symbol problems, this change moves it down to the
objfile product type spec where it belongs.1 parent 6e70b89 commit e0bdf3a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
| |||
0 commit comments