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 = \
2727 -DSQLITE_DISABLE_LFS \
2828 -DSQLITE_ENABLE_FTS3 \
2929 -DSQLITE_ENABLE_FTS3_PARENTHESIS \
30+ -DSQLITE_ENABLE_FTS4 \
31+ -DSQLITE_ENABLE_FTS5 \
32+ -DSQLITE_ENABLE_RTREE \
33+ -DSQLITE_ENABLE_JSON1 \
3034 -DSQLITE_THREADSAFE=0
3135
3236# 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 22
33custom build by [ @brodybits (Christopher J. Brody)] ( https://github.com/brodybits ) with some updates including:
44
5+ - support FTS4, FTS5, R-Tree, and JSON1
56- some more OMIT build flags to omit some obsolete SQLite features
67- no ` dist ` JS or WASM artifacts are committed in this version of sql.js
78
You can’t perform that action at this time.
0 commit comments