From ace6ae4d0eb35eda85dbd076e76b1f34a52ebb06 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 May 2020 17:40:01 +0200 Subject: docs/HTTP3: add qlog to the quiche build instruction --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 2769439d6..e84f50021 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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: -- cgit v1.2.3