Skip to content

Commit

Permalink
Disable zstd in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Nov 18, 2023
1 parent e0d67c3 commit cc29793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ $(CURL_VERSION)/.chrome: $(chrome_libs) $(CURL_VERSION).tar.xz $(CURL_VERSION)/.
config_flags="$$config_flags --with-nghttp2=$(nghttp2_install_dir)"; \
config_flags="$$config_flags --with-brotli=$(brotli_install_dir)"; \
config_flags="$$config_flags --with-openssl=$(boringssl_install_dir)"; \
config_flags="$$config_flags --without-zstd"; \
config_flags="$$config_flags --enable-websockets"; \
config_flags="$$config_flags --enable-ech"; \
config_flags="$$config_flags USE_CURL_SSLKEYLOGFILE=true"; \
Expand Down

0 comments on commit cc29793

Please sign in to comment.