]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/HTTP3: add qlog to the quiche build instruction
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2020 15:40:01 +0000 (17:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2020 15:40:01 +0000 (17:40 +0200)
docs/HTTP3.md

index 2769439d6b057136cb717bdb30113da25025f10c..e84f500218468007ffe317cc7ec5ef861aba6cc8 100644 (file)
@@ -131,7 +131,7 @@ Build BoringSSL (it needs to be built manually so it can be reused with curl):
 Build quiche:
 
      % cd ../..
-     % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta
+     % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta,qlog
 
 Build curl: