mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-10 09:11:42 +00:00
chore: remove leftover MT variable from Makefile
This commit is contained in:
7
Makefile
7
Makefile
@@ -7,15 +7,8 @@ STATIC := 0
|
|||||||
|
|
||||||
NO_DBG_SYMBOLS := 0
|
NO_DBG_SYMBOLS := 0
|
||||||
|
|
||||||
# Enable multi-threading.
|
|
||||||
# Warning: Experimental feature!!
|
|
||||||
# invidious is not stable when MT is enabled.
|
|
||||||
MT := 0
|
|
||||||
|
|
||||||
|
|
||||||
FLAGS ?=
|
FLAGS ?=
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(RELEASE), 1)
|
ifeq ($(RELEASE), 1)
|
||||||
FLAGS += --release
|
FLAGS += --release
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user