mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
diff update
This commit is contained in:
parent
5ac34d1654
commit
4e14e0225e
1 changed files with 8 additions and 8 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
diff --git a/embed/build.sh b/embed/build.sh
|
diff --git a/embed/build.sh b/embed/build.sh
|
||||||
index 36183bb..d202a26 100755
|
index 014bd22..f9ccc7d 100755
|
||||||
--- a/embed/build.sh
|
--- a/embed/build.sh
|
||||||
+++ b/embed/build.sh
|
+++ b/embed/build.sh
|
||||||
@@ -20,6 +20,7 @@ WASI_SDK="$ROOT/tools/wasi-sdk-22.0/bin"
|
@@ -21,6 +21,7 @@ WASI_SDK="$ROOT/tools/wasi-sdk-23.0/bin"
|
||||||
-Wl,--stack-first \
|
-Wl,--initial-memory=327680 \
|
||||||
-Wl,--import-undefined \
|
|
||||||
-D_HAVE_SQLITE_CONFIG_H \
|
-D_HAVE_SQLITE_CONFIG_H \
|
||||||
+ -DSQLITE_VEC_OMIT_FS=1 \
|
|
||||||
-DSQLITE_CUSTOM_INCLUDE=sqlite_opt.h \
|
-DSQLITE_CUSTOM_INCLUDE=sqlite_opt.h \
|
||||||
|
+ -DSQLITE_VEC_OMIT_FS=1 \
|
||||||
$(awk '{print "-Wl,--export="$0}' exports.txt)
|
$(awk '{print "-Wl,--export="$0}' exports.txt)
|
||||||
|
|
||||||
|
trap 'rm -f sqlite3.tmp' EXIT
|
||||||
diff --git a/sqlite3/main.c b/sqlite3/main.c
|
diff --git a/sqlite3/main.c b/sqlite3/main.c
|
||||||
index 4fb926b..49a9ee9 100644
|
index 4fb926b..4cade42 100644
|
||||||
--- a/sqlite3/main.c
|
--- a/sqlite3/main.c
|
||||||
+++ b/sqlite3/main.c
|
+++ b/sqlite3/main.c
|
||||||
@@ -16,7 +16,7 @@
|
@@ -16,7 +16,7 @@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue