diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-04-12 18:46:58 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-04-12 18:46:58 -0700 |
commit | 996630d5edc60df08cf3d3357612e44054214ff1 (patch) | |
tree | aa8a57053debd3873b2ebb431077cf265c2284de /docs/INSTALL | |
parent | fde795894f9af996aff9f7f0bff7d15050d5f8e0 (diff) |
Updated minimum binary sizes
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 6005911e0..0972f9acb 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -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. |