diff --git a/Makefile b/Makefile index ec22a0de..77e0c07d 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,6 @@ ifeq ($(STATIC), 1) FLAGS += --static endif -ifeq ($(MT), 1) - FLAGS += -Dpreview_mt -endif - - ifeq ($(NO_DBG_SYMBOLS), 1) FLAGS += --no-debug else