summaryrefslogtreecommitdiff
path: root/liboutput
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-10-08 18:00:47 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-10-08 18:00:47 +0000
commit3dac5eea77235ea7588fb1f816750dd9344bed2e (patch)
treeebd7093aec7fc496896a78e1f8da4f44e90f537f /liboutput
parent0778564d671c69aaada532603f2fa7532b82f2cc (diff)
downloadvdr-plugin-image-3dac5eea77235ea7588fb1f816750dd9344bed2e.tar.gz
vdr-plugin-image-3dac5eea77235ea7588fb1f816750dd9344bed2e.tar.bz2
* Use same build options for subprojects libimage/liboutput
Diffstat (limited to 'liboutput')
-rw-r--r--liboutput/Makefile2
1 files changed, 1 insertions, 1 deletions
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