diff options
| author | syeopite <syeopite@syeopite.dev> | 2023-07-26 07:25:19 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2023-07-26 07:25:19 -0700 |
| commit | a8ba02051b261a634050ea7f621451d84ca61607 (patch) | |
| tree | 6c36a67753e66d60640ee677395e9408504472db /Makefile | |
| parent | c5fe96e93603db58d6767928eedc658e8b58e59f (diff) | |
| download | invidious-a8ba02051b261a634050ea7f621451d84ca61607.tar.gz invidious-a8ba02051b261a634050ea7f621451d84ca61607.tar.bz2 invidious-a8ba02051b261a634050ea7f621451d84ca61607.zip | |
Remove(?) lsquic from make and docker files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -5,7 +5,6 @@ RELEASE := 1 STATIC := 0 -DISABLE_QUIC := 1 NO_DBG_SYMBOLS := 0 @@ -27,10 +26,6 @@ else FLAGS += --debug endif -ifeq ($(DISABLE_QUIC), 1) - FLAGS += -Ddisable_quic -endif - ifeq ($(API_ONLY), 1) FLAGS += -Dapi_only endif @@ -115,7 +110,6 @@ help: @echo " STATIC Link libraries statically (Default: 0)" @echo "" @echo " API_ONLY Build invidious without a GUI (Default: 0)" - @echo " DISABLE_QUIC Disable support for QUIC (Default: 0)" @echo " NO_DBG_SYMBOLS Strip debug symbols (Default: 0)" |
