We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95c12a commit af3fae0Copy full SHA for af3fae0
Package.swift
@@ -54,10 +54,10 @@ let package = Package(
54
.define("SQLITE_OMIT_SHARED_CACHE", to: "1"),
55
.define("SQLITE_USE_ALLOCA", to: "1"),
56
.define("SQLITE_OMIT_AUTOINIT"),
57
+ .define("SQLITE_STRICT_SUBTYPE", to: "1"),
58
// Platform configuration
59
// https://sqlite.org/compile.html#_platform_configuration
60
.define("HAVE_ISNAN", to: "1"),
- .define("HAVE_USLEEP", to: "1"),
61
.define("HAVE_UTIME", to: "1"),
62
// Features
63
// https://sqlite.org/compile.html#_options_to_enable_features_normally_turned_off
0 commit comments