You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-liblsof build and install liblsof [default=yes]
--enable-security allow only the root user to list all open files
[default=no]
--enable-no-sock-security
combined with --enable-security, allow anyone to
list anyone else's socket files [default=no]
For me, if the --help output contains --enable-Z this means by default Z is disabled. The opposite is also true: if --help prints --disable-Y this means that by default Z is enabled.
Please consider in the above output to remove “ [default=…]" and to substitute the first three enable above with disable.
./configure --help
printsFor me, if the
--help
output contains--enable-Z
this means by defaultZ
is disabled. The opposite is also true: if--help
prints--disable-Y
this means that by defaultZ
is enabled.Please consider in the above output to remove “ [default=…]" and to substitute the first three
enable
above withdisable
.I have written an article on this: https://ab.bapha.be/posts/help-output/.
The text was updated successfully, but these errors were encountered: