File tree Expand file tree Collapse file tree 4 files changed +383
-207
lines changed Expand file tree Collapse file tree 4 files changed +383
-207
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ o/$(MODE)/llama.cpp/embedfile/shell.a: o/$(MODE)/llama.cpp/embedfile/shell.o
3636
3737# o/$(MODE)/llama.cpp/embedfile/embedfile.a: $(LLAMA_CPP_EMBEDFILE_OBJS)
3838
39+ o/$(MODE ) /llama.cpp/embedfile/shell.o : private CFLAGS += \
40+ -DSQLITE_ENABLE_STMT_SCANSTATUS
41+
3942o/$(MODE ) /llama.cpp/embedfile/sqlite3.o : private CFLAGS += \
4043-DSQLITE_ENABLE_FTS5 \
4144-DSQLITE_ENABLE_RTREE \
@@ -51,7 +54,9 @@ o/$(MODE)/llama.cpp/embedfile/sqlite3.o: private CFLAGS += \
5154-DSQLITE_ENABLE_EXPLAIN_COMMENTS \
5255-DSQLITE_HAVE_ZLIB \
5356-DSQLITE_INTROSPECTION_PRAGMAS \
54- -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION
57+ -DSQLITE_ENABLE_UNKNOWN_SQL_FUNCTION \
58+ -DSQLITE_ENABLE_STMT_SCANSTATUS \
59+ -DSQLITE_DQS =0
5560
5661o/$(MODE ) /llama.cpp/embedfile/embedfile : \
5762 o/$(MODE ) /llama.cpp/embedfile/shell.a \
You can’t perform that action at this time.
0 commit comments