Skip to content

Instantly share code, notes, and snippets.

@xquery
Last active February 3, 2020 10:27
Show Gist options
  • Select an option

  • Save xquery/b9925d22e19abf7bc69ca3c9d253765a to your computer and use it in GitHub Desktop.

Select an option

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
./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