mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
Updated minimum library sizes
This commit is contained in:
parent
4bb80cfd75
commit
f8b16e5ccb
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue