]> granicus.if.org Git - curl/commitdiff
Updated minimum binary sizes
authorDan Fandrich <dan@coneharvesters.com>
Wed, 13 Apr 2011 01:46:58 +0000 (18:46 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 13 Apr 2011 01:46:58 +0000 (18:46 -0700)
docs/INSTALL

index 6005911e08c8a55abbd79b479cb0011de98b7ef9..0972f9acbde3b367d6e2406b82298d78fedff320 100644 (file)
@@ -904,9 +904,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 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).
+   libcurl library for i386 Linux platforms that is only 101 KiB in size, and
+   an FTP-only library that is 105 KiB in size (as of libcurl version 7.21.5,
+   using gcc 4.4.3).
 
    You may find that statically linking libcurl to your application will
    result in a lower total size than dynamically linking.