mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Flag to disable QUIC should be 'disable_quic'
This commit is contained in:
parent
a779cdd463
commit
c427444946
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -27,8 +27,8 @@ else
|
||||||
FLAGS += --debug
|
FLAGS += --debug
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DISABLE_LSQUIC), 1)
|
ifeq ($(DISABLE_QUIC), 1)
|
||||||
FLAGS += -Ddisable_lsquic
|
FLAGS += -Ddisable_quic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ help:
|
||||||
echo "RELEASE Make a release build (Default: 1)"
|
echo "RELEASE Make a release build (Default: 1)"
|
||||||
echo "STATIC Link librariess tatically (Default: 1)"
|
echo "STATIC Link librariess tatically (Default: 1)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "DISABLE_LSQUIC Don't use lsquic (Default: 0)"
|
echo "DISABLE_QUIC Disable support for QUIC (Default: 0)"
|
||||||
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"
|
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue