Skip to content

Commit

Permalink
compile in the bytecode extension to the sqlite cli
Browse files Browse the repository at this point in the history
this'll allow us to explore whether or not a byte code representation of the query is enough for our reactivity layer or if we need to pull in a query parser
  • Loading branch information
tantaman committed Jun 17, 2023
1 parent e2db304 commit cdbb66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ $(TARGET_SQLITE3): $(prefix) $(TARGET_SQLITE3_EXTRA_C) $(rs_lib_dbg_static_cpy)
-DSQLITE_THREADSAFE=0 \
-DSQLITE_OMIT_LOAD_EXTENSION=1 \
-DSQLITE_EXTRA_INIT=core_init \
-DSQLITE_ENABLE_BYTECODE_VTAB \
-I./src/ -I./src/sqlite \
$(TARGET_SQLITE3_EXTRA_C) src/sqlite/shell.c $(ext_files) $(rs_lib_dbg_static_cpy) \
$(LDLIBS) -o $@
Expand Down

0 comments on commit cdbb66b

Please sign in to comment.