Enable SQLITE_SECURE_DELETE, bump up the max rpc size to fix syncing problems, and add a yet unused timestamp index.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3623 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-01-02 19:27:41 +00:00
parent 22078fcd2c
commit b747bd74b3
2 changed files with 7 additions and 4 deletions

View File

@ -108,6 +108,7 @@ $(SQLITE_OBJS): CFLAGS += \
-DSQLITE_MAX_LIKE_PATTERN_LENGTH=50 \
-DSQLITE_MAX_VARIABLE_NUMBER=100 \
-DSQLITE_MAX_TRIGGER_DEPTH=10 \
-DSQLITE_SECURE_DELETE \
-Wno-implicit-fallthrough
XOPT_SOURCES = deps/xopt/xopt.c