diff options
author | Andreas Brachold <vdr07@deltab.de> | 2008-10-08 18:00:47 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2008-10-08 18:00:47 +0000 |
commit | 3dac5eea77235ea7588fb1f816750dd9344bed2e (patch) | |
tree | ebd7093aec7fc496896a78e1f8da4f44e90f537f /liboutput | |
parent | 0778564d671c69aaada532603f2fa7532b82f2cc (diff) | |
download | vdr-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/Makefile | 2 |
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 |