Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: third_party/sqlite/src/autoconf/README

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 This package contains: 2 This package contains:
3 3
4 * the SQLite library amalgamation (single file) source code distribution, 4 * the SQLite library amalgamation (single file) source code distribution,
5 * the shell.c file used to build the sqlite3 shell too, and 5 * the shell.c file used to build the sqlite3 shell too, and
6 * the sqlite3.h and sqlite3ext.h header files required to link programs 6 * the sqlite3.h and sqlite3ext.h header files required to link programs
7 and sqlite extensions against the installed libary. 7 and sqlite extensions against the installed libary.
8 * autoconf/automake installation infrastucture. 8 * autoconf/automake installation infrastucture.
9 9
10 The generic installation instructions for autoconf/automake are found 10 The generic installation instructions for autoconf/automake are found
(...skipping 12 matching lines...) Expand all
23 23
24 $ CFLAGS="-Os" ./configure 24 $ CFLAGS="-Os" ./configure
25 25
26 to produce a smaller installation footprint. 26 to produce a smaller installation footprint.
27 27
28 Other SQLite compilation parameters can also be set using CFLAGS. For 28 Other SQLite compilation parameters can also be set using CFLAGS. For
29 example: 29 example:
30 30
31 $ CFLAGS="-Os -DSQLITE_OMIT_TRIGGERS" ./configure 31 $ CFLAGS="-Os -DSQLITE_OMIT_TRIGGERS" ./configure
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698