diff --git a/Makefile b/Makefile index 77e0c07d..96599dc1 100644 --- a/Makefile +++ b/Makefile @@ -7,15 +7,8 @@ STATIC := 0 NO_DBG_SYMBOLS := 0 -# Enable multi-threading. -# Warning: Experimental feature!! -# invidious is not stable when MT is enabled. -MT := 0 - - FLAGS ?= - ifeq ($(RELEASE), 1) FLAGS += --release endif