1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-12 05:59:12 +05:30

Makefile: disable QUIC by default ()

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

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