Skip to content

Commit af3fae0

Browse files
committed
Update default compile-time options
1 parent c95c12a commit af3fae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ let package = Package(
5454
.define("SQLITE_OMIT_SHARED_CACHE", to: "1"),
5555
.define("SQLITE_USE_ALLOCA", to: "1"),
5656
.define("SQLITE_OMIT_AUTOINIT"),
57+
.define("SQLITE_STRICT_SUBTYPE", to: "1"),
5758
// Platform configuration
5859
// https://sqlite.org/compile.html#_platform_configuration
5960
.define("HAVE_ISNAN", to: "1"),
60-
.define("HAVE_USLEEP", to: "1"),
6161
.define("HAVE_UTIME", to: "1"),
6262
// Features
6363
// https://sqlite.org/compile.html#_options_to_enable_features_normally_turned_off

0 commit comments

Comments
 (0)