summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-01-26 10:52:27 +0100
committerDan Fandrich <dan@coneharvesters.com>2014-01-26 10:53:06 +0100
commit0f46b3b3ddcf4fe0546477a1f09287ad358bb31e (patch)
tree8af817f5b03cb4f5afc6748817f3e54248a0f1d4
parent23a04863aa40d3576a063cf8ec4894c1d879b442 (diff)
downloadgnurl-0f46b3b3ddcf4fe0546477a1f09287ad358bb31e.tar.gz
gnurl-0f46b3b3ddcf4fe0546477a1f09287ad358bb31e.tar.bz2
gnurl-0f46b3b3ddcf4fe0546477a1f09287ad358bb31e.zip
docs/INSTALL: Updated example minimal binary sizes
-rw-r--r--docs/INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 4140359da..2cebac432 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -993,6 +993,7 @@ REDUCING SIZE
--disable-verbose (eliminates debugging strings and error code strings)
--enable-hidden-symbols (eliminates unneeded symbols in the shared library)
--without-libidn (disables support for the libidn DNS library)
+ --without-librtmp (disables support for RTMP)
--without-ssl (disables support for SSL/TLS)
--without-zlib (disables support for on-the-fly decompression)
@@ -1011,9 +1012,9 @@ REDUCING SIZE
.comment section).
Using these techniques it is possible to create a basic HTTP-only shared
- libcurl library for i386 Linux platforms that is only 106 KiB in size, and
- an FTP-only library that is 108 KiB in size (as of libcurl version 7.27.0,
- using gcc 4.6.3).
+ libcurl library for i386 Linux platforms that is only 114 KiB in size, and
+ an FTP-only library that is 115 KiB in size (as of libcurl version 7.34.1,
+ using gcc 4.8.2).
You may find that statically linking libcurl to your application will
result in a lower total size than dynamically linking.