From 0e8291c3e90f3ff4514bfab2c7956d0c4d1c1859 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Tue, 2 Mar 2010 19:02:37 +0100 Subject: modified for vdr-1.7.13 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42ee279..1df49b8 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' plugin.c | awk '{ print ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -g -Wall -Woverloaded-virtual +CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses ### The directory environment: @@ -30,6 +30,10 @@ TMPDIR = /tmp export INSTALLPREFIX = /usr export INSTALLDOCDIR = $(INSTALLPREFIX)/share/doc +### Make sure that necessary options are included: + +include $(VDRDIR)/Make.global + ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config -- cgit v1.2.3