Skip to content

Commit 425dd58

Browse files
committed
SwiftCompilerSources: remove extraneous flags
Remove the flags that are now implicitly setup by SPM. Addresses feedback from @hyp.
1 parent 61a2b2e commit 425dd58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SwiftCompilerSources/Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ private extension Target {
1717
static let defaultSwiftSettings: [SwiftSetting] = [
1818
.interoperabilityMode(.Cxx),
1919
.unsafeFlags([
20-
"-Xfrontend", "-validate-tbd-against-ir=none",
21-
"-Xfrontend", "-enable-experimental-cxx-interop",
2220
// Bridging modules and headers
2321
"-Xcc", "-I", "-Xcc", "../include",
2422
// LLVM modules and headers

0 commit comments

Comments
 (0)