From 131b8d2d9b2817e797525f15521662a9485be636 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 24 May 2007 07:20:45 +0000 Subject: - removed debug switch '-g' for smaller libs (please use your own Make.config with '-g' for debugging purposes) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0690a58..3fe11d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.35 2007/05/24 06:59:05 winni Exp $ +# $Id: Makefile,v 1.36 2007/05/24 07:20:45 winni Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -20,7 +20,7 @@ VERSION = $(shell grep 'const char \*Plugin::VERSION *=' $(PLUGIN).cpp | awk '{ CXX ?= g++ ### tntnet produces some compiler warnings, so we add -Wno-unused-variable -Wno-non-virtual-dtor for nice output ;) -CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -Wno-unused-variable -Wno-non-virtual-dtor +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual -Wno-unused-variable -Wno-non-virtual-dtor LDFLAGS ?= -fPIC -g ECPPC ?= ecppc -- cgit v1.2.3