summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉrico Nogueira <erico.erc@gmail.com>2021-10-21 16:57:33 -0300
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 09:08:36 +0200
commita2cab81156ebd5302fa1db23e9d7cadfe627ff7e (patch)
treee6d6fcf3784358d7205f56430dee7a4cabf53347
parent823d3ab855c55e26d595cfda1a13814baa0f684c (diff)
downloadcurl-a2cab81156ebd5302fa1db23e9d7cadfe627ff7e.tar.gz
INSTALL: update symbol hiding option
--enable-hidden-symbols was deprecated in 9e24b9c7afbcb81120af4cf3f6cdee49a06d8224. Closes #7890
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 84fe82919..0e3d14262 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -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)