Makefile: disable QUIC by default (#3367)

This commit is contained in:
Samantaz Fox 2022-10-30 12:58:23 +00:00 committed by GitHub
parent a1c6159e6f
commit 84cd4d6a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
RELEASE := 1
STATIC := 0
DISABLE_QUIC := 0
DISABLE_QUIC := 1
NO_DBG_SYMBOLS := 0