mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-19 20:24:20 -04:00
Makefile: disable QUIC by default
This commit is contained in:
parent
0c7919f3d9
commit
f6c16e29af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
||||||
RELEASE := 1
|
RELEASE := 1
|
||||||
STATIC := 0
|
STATIC := 0
|
||||||
|
|
||||||
DISABLE_QUIC := 0
|
DISABLE_QUIC := 1
|
||||||
NO_DBG_SYMBOLS := 0
|
NO_DBG_SYMBOLS := 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue