diff options
-rw-r--r-- | libimage/Makefile | 2 | ||||
-rw-r--r-- | liboutput/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |