Skip to content

Commit

Permalink
INSTALL: update symbol hiding option
Browse files Browse the repository at this point in the history
--enable-hidden-symbols was deprecated in
9e24b9c.

Closes #7890
  • Loading branch information
ericonr authored and bagder committed Oct 22, 2021
1 parent 823d3ab commit a2cab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a2cab81

Please sign in to comment.