]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Updated minimum library sizes
authorDan Fandrich <dan@coneharvesters.com>
Mon, 25 Jan 2010 23:28:09 +0000 (23:28 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 25 Jan 2010 23:28:09 +0000 (23:28 +0000)
docs/INSTALL

index d30a958d66925e8870a167ee4f9a240540d6a282..2e16c6ec9595e89917556d8310f6207753e47d0c 100644 (file)
@@ -874,9 +874,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 94 KiB in size, and
-   an FTP-only library that is 87 KiB in size (as of libcurl version 7.19.1,
-   using gcc 4.2.2).
+   libcurl library for i386 Linux platforms that is only 98 KiB in size, and
+   an FTP-only library that is 94 KiB in size (as of libcurl version 7.20.0,
+   using gcc 4.3.3).
 
    You may find that statically linking libcurl to your application will
    result in a lower total size than dynamically linking.