Commit 2627fc98e86e906fd7c9bc16bf345b91ee26d2ba

Berker Peksag 2016-03-07T18:43:03

Add a note about the --disable-docs switch Closes #204

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README b/README
index c072101..b4c6db6 100644
--- a/README
+++ b/README
@@ -144,6 +144,9 @@ will add some extra code which will suppress certain warnings when you
 are using Purify with libffi. Only use this switch when using 
 Purify, as it will slow down the library.
 
+If you don't want to build documentation, use the --disable-docs
+configure switch.
+
 It's also possible to build libffi on Windows platforms with
 Microsoft's Visual C++ compiler.  In this case, use the msvcc.sh
 wrapper script during configuration like so: