Small. Fast. Reliable.
Choose any three.
*** 5,10 ****
--- 5,11 ----
  mkdir bld; cd bld
  ../configure --disable-tcl
  make target_source
+ cd tsrc
  mv tclsqlite.c tclsqlite.c.unused
  gcc -O2 -DNDEBUG=1 -DTHREADSAFE=1 -c *.c
  gcc -s -o sqlite3 *.o