summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlivier Ramonat <ramonat@adacore.com>2011-02-21 13:14:01 +0100
committerVicent Marti <tanoku@gmail.com>2011-02-21 21:57:27 +0200
commitaf774b012cba233a577a95ee9b15944df6f3bbbf (patch)
treea6ece71e03eee46ad38451d0bcdc0696cbaadf6d /README.md
parent817c28201e2a9564b38a624be491245aa025c77f (diff)
downloadlibgit2-af774b012cba233a577a95ee9b15944df6f3bbbf.tar.gz
Add --without-sqlite option to waf configure
Disable sqlite support when ./waf configure is run with --without-sqlite
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 444736dc5..1b3c68085 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,9 @@ The waf build system for libgit2 accepts the following flags:
--arch=[ia64|x64|x86|x86_amd64|x86_ia64]
Force a specific architecture for compilers that support it.
+ --without-sqlite
+ Disable sqlite support.
+
You can run `./waf --help` to see a full list of install options and
targets.