summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-03 17:44:30 +0200
committerBruno Haible <bruno@clisp.org>2009-05-03 17:44:30 +0200
commitb52b35c6e45126656ab63d2b1f002aeccb0a00bd (patch)
tree0674e1eb038ab992aad166ef4e99cbe9b2cbfec6 /HACKING
parent74deaa1963cb892a8b506f170ca94058756e4a5f (diff)
downloadlibunistring-b52b35c6e45126656ab63d2b1f002aeccb0a00bd.tar.gz
Mention --disable-static.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 8 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 5485a29..227e003 100644
--- a/HACKING
+++ b/HACKING
@@ -62,10 +62,14 @@ Building
See the INSTALL file for generic instructions.
-You can use the configure option --disable-namespacing to speed up the build
-by a factor of 1.5. The resulting library is not namespace-clean and
-therefore should not be installed (if you don't want to risk collisions
-with other libraries) and should certainly not be distributed.
+To speed up the build:
+ 1) You can use the configure option --disable-namespacing. The speed up is
+ by a factor of 1.5. The resulting library is not namespace-clean and
+ therefore should not be installed (if you don't want to risk collisions
+ with other libraries) and should certainly not be distributed.
+ 2) You can use the configure option --disable-static. The speed up is by
+ a factor of 1.6. The resulting library cannot be used for static
+ linking and therefore should certainly not be distributed.
Running the testsuite in valgrind