mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
INSTALL: update symbol hiding option
--enable-hidden-symbols was deprecated in
9e24b9c7af.
Closes #7890
This commit is contained in:
parent
823d3ab855
commit
a2cab81156
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ use, here are some other flags that can reduce the size of the library:
|
|||
- `--disable-unix-sockets` (disables support for UNIX sockets)
|
||||
- `--disable-verbose` (eliminates debugging strings and error code strings)
|
||||
- `--disable-versioned-symbols` (disables support for versioned symbols)
|
||||
- `--enable-hidden-symbols` (eliminates unneeded symbols in the shared library)
|
||||
- `--enable-symbol-hiding` (eliminates unneeded symbols in the shared library)
|
||||
- `--without-libidn` (disables support for the libidn DNS library)
|
||||
- `--without-librtmp` (disables support for RTMP)
|
||||
- `--without-openssl` (disables support for SSL/TLS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue