Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.

Commit 6cf80c0

Browse files
committed
a version of sqlite3.c which is prunned to one third of the original size and now it contains only the database storage engine withough the SQL compiler and interpreter
1 parent 6267f9f commit 6cf80c0

File tree

5 files changed

+49876
-162108
lines changed

5 files changed

+49876
-162108
lines changed

src/runtime/c/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ libpgf_la_LDFLAGS = "-no-undefined"
8888
libpgf_la_LIBADD = libgu.la
8989

9090
libsg_la_SOURCES = \
91+
sg/sqlite3Btree.c \
9192
sg/sg.c
9293
libsg_la_LIBADD = libgu.la libpgf.la
9394

0 commit comments

Comments
 (0)