From 1b5c1ba59005c71c129518324f3f441ceffb0d78 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 23 Feb 2018 00:08:44 +0100 Subject: [PATCH] Disable external plugins by default Closes #578 --- source/Makefile.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/source/Makefile.mk b/source/Makefile.mk index 7b06e2df7..f877c6396 100644 --- a/source/Makefile.mk +++ b/source/Makefile.mk @@ -5,15 +5,7 @@ # # --------------------------------------------------------------------------------------------------------------------- -# Modify to enable/disable specific features - -# Build external plugins (if debug is disabled) -ifneq ($(DEBUG),true) -EXTERNAL_PLUGINS = true -endif - -# --------------------------------------------------------------------------------------------------------------------- -# DO NOT MODIFY PAST THIS POINT! +# Base environment vars AR ?= ar CC ?= gcc