From 1a6f228a913bd2c71266c9ec9a277a2705498797 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Mon, 22 May 2017 17:46:00 +0200 Subject: Purge DEVELOPMENT_FEATURES, permanently enabled with t2s-rerunandtab.diff. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2241c1..596a269 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ #DEBUG=1 #BENCH=1 STRIP=strip -DEVELOPMENT_FEATURES=1 # BEWARE that you can not use GraphTFT together with # Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick) @@ -67,10 +66,6 @@ OBJS = $(PLUGIN).o loader.o display.o render.o common.o bitmap.o \ ### Includes and Defines (add further entries here): -ifdef DEVELOPMENT_FEATURES - DEFINES += -DDEVELOPMENT_FEATURES -endif - ifeq ($(IMAGELIB), imagemagick) DEFINES += -DHAVE_IMAGEMAGICK INCLUDES += $(shell pkg-config --cflags ImageMagick++) -- cgit v1.2.3