mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
chore: remove leftover MT variable from Makefile
This commit is contained in:
parent
eb407578a2
commit
c2c75d212b
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user