Small. Fast. Reliable.
Choose any three.
*** 24,29 ****
--- 24,36 ----
  select various compile-time options by defining C preprocessor macros
  using the -D command-line switch to gcc.  The available compile-time
  options are described separately.
+ ----
+ *The SQLite Build Process*
+ 
+ The SqliteBuildProceess wiki page diagrams and describes the steps
+ that the makefiles go through to transform source code into an
+ SQLite library.  You are not required to know this in order to compile
+ SQLite, but some people find it useful background information.
  
  ----
  *Notes on compiling sqlite using eclipse and mingw*