Skip to content

Commit 097127a

Browse files
committed
import and search commands
1 parent 40b78d1 commit 097127a

File tree

4 files changed

+383
-207
lines changed

4 files changed

+383
-207
lines changed

llama.cpp/embedfile/BUILD.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
3942
o/$(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

5661
o/$(MODE)/llama.cpp/embedfile/embedfile: \
5762
o/$(MODE)/llama.cpp/embedfile/shell.a \

0 commit comments

Comments
 (0)