From 3dac5eea77235ea7588fb1f816750dd9344bed2e Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Wed, 8 Oct 2008 18:00:47 +0000 Subject: * Use same build options for subprojects libimage/liboutput --- liboutput/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liboutput') diff --git a/liboutput/Makefile b/liboutput/Makefile index d5f4bdd..22a4b94 100644 --- a/liboutput/Makefile +++ b/liboutput/Makefile @@ -17,7 +17,7 @@ VDRDIR = ../../../.. ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O0 -g -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual PKG-CONFIG ?= pkg-config -include $(VDRDIR)/Make.config -- cgit v1.2.3