0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-06 21:11:52 +00:00

link math lib which necessary for LibSQL vector search

This commit is contained in:
Nikita Sivukhin
2024-10-31 13:19:49 +04:00
parent 4411414e70
commit 9280b8ee82

@ -345,7 +345,7 @@ $(bin.c-pp): c-pp.c $(sqlite3.c) $(MAKEFILE)
$(CC) -O0 -o $@ c-pp.c $(sqlite3.c) '-DCMPP_DEFAULT_DELIM="//#"' -I$(dir.top) \
-DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_UTF16 \
-DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_SHARED_MEM -DSQLITE_THREADSAFE=0 \
-DSQLITE_TEMP_STORE=3
-DSQLITE_TEMP_STORE=3 -lm
define C-PP.FILTER
# Create $2 from $1 using $(bin.c-pp)
# $1 = Input file: c-pp -f $(1).js