Skip to content

Commit

Permalink
rm table-info.c, it is now in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Sep 16, 2023
1 parent 0f69d26 commit bc8b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dir.crsql := ./crsql/src
crsql-files := \
$(dir.crsql)/crsqlite.c\
$(dir.crsql)/util.c \
$(dir.crsql)/tableinfo.c \
$(dir.crsql)/changes-vtab.c \
$(dir.crsql)/ext-data.c \
$(dir.crsql)/get-table.c
Expand Down Expand Up @@ -120,6 +119,7 @@ WASQLITE_DEFINES ?= \
-DSQLITE_OMIT_DEPRECATED \
-DSQLITE_OMIT_LOAD_EXTENSION \
-DSQLITE_OMIT_SHARED_CACHE \
-DSQLITE_OMIT_UTF16 \
-DSQLITE_ENABLE_BYTECODE_VTAB \
-DSQLITE_THREADSAFE=0 \
-DSQLITE_USE_ALLOCA \
Expand Down

0 comments on commit bc8b2cb

Please sign in to comment.