Skip to content

Commit

Permalink
Remove unsafe build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSyndeo committed Apr 18, 2023
1 parent bf24cc2 commit 5f8c18f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ let package = Package(

// 🎆 Ether
.target(name: "Ether",
dependencies: [.product(name: "Gzip", package: "GzipSwift")],
swiftSettings: [.unsafeFlags(["-emit-extension-block-symbols"])]),
dependencies: [.product(name: "Gzip", package: "GzipSwift")]
// swiftSettings: [.unsafeFlags(["-emit-extension-block-symbols"])]
),
.testTarget(
name: "EtherTests",
dependencies: ["Ether",
Expand Down

0 comments on commit 5f8c18f

Please sign in to comment.