Lines Matching +full:compile +full:- +full:time
4 * the sqlite3.h and sqlite3ext.h header files that define the C-language
6 * the shell.c file used to build the sqlite3 command-line shell program
7 * autoconf-like installation infrastucture for building on POSIX
21 This package contains a pre-build SQLite amalgamation file "sqlite3.c"
23 amalgamation has been pre-built, no TCL is required for the code
32 * the canonical build system supports more compile-time options
33 * the canonical build system works for any arbitrary check-in to
36 Step-by-step instructions on how to build using the canonical make
39 https://sqlite.org/src/doc/trunk/doc/compile-for-unix.md
40 https://sqlite.org/src/doc/trunk/doc/compile-for-windows.md
54 It supports a number of build-time flags, the full list of which
57 ./configure --help
64 $ CFLAGS="-Os" ./configure
72 $ CFLAGS="-Os -DSQLITE_OMIT_DEPRECATED" ./configure
78 To compile for Windows using Microsoft Visual C++:
88 --------------------------
93 with them enabled (see http://sqlite.org/compile.html). For example, the
96 "OPTS=-DSQLITE_ENABLE_STAT4=1 -DSQLITE_OMIT_JSON=1"
98 However, the following will not compile unless the amalgamation was built
101 "OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1"