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