Skip to content

Commit c541f48

Browse files
committed
Remove unsafeFlags in spm
1 parent 83215bb commit c541f48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ let package = Package(
208208
.define("SQLITE_WCDB_LOCK_HOOK", to: "1"),
209209
.define("SQLITE_WCDB_SUSPEND", to: "1"),
210210
.define("SQLITE_WCDB_IMPROVED_CHECKPOINT", to: "1"),
211-
.headerSearchPath("**"),
212-
.unsafeFlags(["-Wno-shorten-64-to-32"])
211+
.headerSearchPath("**")
213212
]
214213
)
215214
]

0 commit comments

Comments
 (0)