aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2016-10-23 22:42:19 +0200
committerDan Fandrich <dan@coneharvesters.com>2016-10-23 22:42:19 +0200
commit50ee3aaf1a9b22deb82287594219f12c309e5fa9 (patch)
treeb4b01e1c580013847dc8f9fd6e85bcd265c293b1 /docs/INSTALL.md
parent6290c3c26bada49229d16ab465c8f964b5e9a868 (diff)
INSTALL.md: Updated minimum file sizes for 7.50.3
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index a737993ed..610add65a 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -418,9 +418,9 @@ really tight, you may be able to remove some unneeded sections of the shared
library using the -R option to objcopy (e.g. the .comment section).
Using these techniques it is possible to create a basic HTTP-only shared
-libcurl library for i386 Linux platforms that is only 109 KiB in size, and an
-FTP-only library that is 109 KiB in size (as of libcurl version 7.45.0, using
-gcc 4.9.2).
+libcurl library for i386 Linux platforms that is only 113 KiB in size, and an
+FTP-only library that is 113 KiB in size (as of libcurl version 7.50.3, using
+gcc 5.4.0).
You may find that statically linking libcurl to your application will result
in a lower total size than dynamically linking.