Skip to content

Commit

Permalink
Revert "Compile with code coverage enabled (#398)" (#402)
Browse files Browse the repository at this point in the history
This reverts commit 55ee555.
  • Loading branch information
liuyang1520 authored Jun 21, 2022
1 parent 7ee7f89 commit bd00ae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ let package = Package(
],
path: "Sources",
resources: [.process("Resources/ComodoRsaDomainValidationCA.der")],
publicHeadersPath: "Amplitude/Public",
linkerSettings: [.unsafeFlags(["-fprofile-instr-generate"])]
)
publicHeadersPath: "Amplitude/Public"),
]
)

0 comments on commit bd00ae5

Please sign in to comment.