chore: remove leftover MT variable from Makefile

This commit is contained in:
Fijxu
2026-08-09 15:19:47 -04:00
parent eb407578a2
commit c2c75d212b

View File

@@ -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