File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ CFLAGS = \
27
27
-DSQLITE_DISABLE_LFS \
28
28
-DSQLITE_ENABLE_FTS3 \
29
29
-DSQLITE_ENABLE_FTS3_PARENTHESIS \
30
+ -DSQLITE_ENABLE_FTS4 \
31
+ -DSQLITE_ENABLE_FTS5 \
32
+ -DSQLITE_ENABLE_RTREE \
33
+ -DSQLITE_ENABLE_JSON1 \
30
34
-DSQLITE_THREADSAFE=0
31
35
32
36
# When compiling to WASM, enabling memory-growth is not expected to make much of an impact, so we enable it for all builds
Original file line number Diff line number Diff line change 2
2
3
3
custom build by [ @brodybits (Christopher J. Brody)] ( https://github.com/brodybits ) with some updates including:
4
4
5
+ - support FTS4, FTS5, R-Tree, and JSON1
5
6
- some more OMIT build flags to omit some obsolete SQLite features
6
7
- no ` dist ` JS or WASM artifacts are committed in this version of sql.js
7
8
You can’t perform that action at this time.
0 commit comments