From 0eaad2e0e9d7672182ac638c0243d5da8d64dc53 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Wed, 24 May 2017 11:28:06 +0200 Subject: Detach STRIP from DEBUG flag (thx Tobias Grimm). --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 596a269..015b622 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #DEBUG=1 #BENCH=1 -STRIP=strip +STRIP ?= /bin/true # BEWARE that you can not use GraphTFT together with # Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick) @@ -139,9 +139,7 @@ i18n: $(I18Npo:%.po=$(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo) libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) -ifndef DEBUG $(STRIP) $(LIBDIR)/$@.$(APIVERSION) -endif dist: $(addprefix $(PODIR)/,$(I18Npo)) clean @-rm -rf $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3