diff --git a/Makefile b/Makefile index 8a2a097d7a..8166fa88b6 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ ifeq ($(BUILD_NUMBER),) BUILD_NUMBER := dev endif +ifeq ($(BUILD_NUMBER),dev) + export MM_FEATUREFLAGS_GRAPHQL = true +endif + # Enterprise BUILD_ENTERPRISE_DIR ?= ../enterprise BUILD_ENTERPRISE ?= true