summaryrefslogtreecommitdiff
path: root/libimage
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 /libimage
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 'libimage')
-rw-r--r--libimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimage/Makefile b/libimage/Makefile
index 946ad13..d6e9a35 100644
--- a/libimage/Makefile
+++ b/libimage/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
-include $(VDRDIR)/Make.config