Skip to content

Commit

Permalink
fix(build): threadsafe macro redefined warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Aug 18, 2024
1 parent ffcb94e commit 1156215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const COMPILE_OPTIONS: Record<string, string> = {
SQLITE_OMIT_TCL_VARIABLE: "1",
SQLITE_OMIT_GET_TABLE: "1",
SQLITE_SOUNDEX: "1",
SQLITE_THREADSAFE: "2",
SQLITE_TRACE_SIZE_LIMIT: "32",
SQLITE_ENABLE_COLUMN_METADATA: "1",
SQLITE_DEFAULT_FOREIGN_KEYS: "1",
Expand Down

0 comments on commit 1156215

Please sign in to comment.