Skip to content

Commit

Permalink
fix: remove swiftsettings from binarytarget
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Oct 16, 2023
1 parent f300e82 commit 84d28f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ let package = Package(
.binaryTarget(
name: "LightningDevKit",
url: url,
checksum: checksum,
swiftSettings: [.unsafeFlags(["-suppress-warnings"])]
checksum: checksum
)
]
)

0 comments on commit 84d28f6

Please sign in to comment.