]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
INSTALL: update symbol hiding option
authorÉrico Nogueira <erico.erc@gmail.com>
Thu, 21 Oct 2021 19:57:33 +0000 (16:57 -0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Oct 2021 07:08:36 +0000 (09:08 +0200)
--enable-hidden-symbols was deprecated in
9e24b9c7afbcb81120af4cf3f6cdee49a06d8224.

Closes #7890

docs/INSTALL.md

index 84fe82919995407937e576daf3776bffb41596a2..0e3d14262b3524a6e1e12046f099a38901fd910b 100644 (file)
@@ -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)