1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Merge trunk into jni-threading branch.

FossilOrigin-Name: 8254479c6ff1ea3cc9e56de1698db8405c03da90b9bf4c401182e47e0842baf8
This commit is contained in:
stephan
2023-08-19 12:34:23 +00:00
35 changed files with 982 additions and 323 deletions

View File

@ -166,8 +166,8 @@ SQLITE_OPT = \
-DSQLITE_THREADSAFE=1 \
-DSQLITE_TEMP_STORE=2 \
-DSQLITE_USE_URI=1 \
-DSQLITE_C=$(sqlite3.c) \
-DSQLITE_DEBUG
-DSQLITE_C=$(sqlite3.c)
# -DSQLITE_DEBUG
SQLITE_OPT += -g -DDEBUG -UNDEBUG