Last active
February 3, 2020 10:27
-
-
Save xquery/b9925d22e19abf7bc69ca3c9d253765a to your computer and use it in GitHub Desktop.
libcurl build flags for just HTTP/HTTPS protocols and SSL IPv6 AsynchDNS NTLM HTTP2 HTTPS-proxy features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure \ | |
| --without-PACKAGE \ | |
| --without-zlib \ | |
| --without-brotli \ | |
| --without-winssl --without-schannel \ | |
| --without-mesalink --without-nss --without-libpsl \ | |
| --without-libmetalink \ | |
| --without-librtmp \ | |
| --without-winidn --without-libidn2 \ | |
| --disable-NTLM --disable-ntlm-wb \ | |
| --disable-ares \ | |
| --disable-esni \ | |
| --disable-dependency-tracking \ | |
| --disable-ftp \ | |
| --disable-file \ | |
| --disable-ldap \ | |
| --disable-ldaps \ | |
| --disable-rtsp \ | |
| --disable-dict \ | |
| --disable-telnet \ | |
| --disable-tftp \ | |
| --disable-pop3 \ | |
| --disable-imap \ | |
| --disable-smb \ | |
| --disable-smtp \ | |
| --disable-gopher \ | |
| --disable-tls-srp \ | |
| --disable-unix-sockets \ | |
| --disable-mime \ | |
| --disable-dateparse \ | |
| --disable-netrc \ | |
| --disable-progress-meter \ | |
| --disable-libcurl-option \ | |
| --disable-sspi \ | |
| --disable-rt \ | |
| --enable-thread-resolver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment