diff options
Diffstat (limited to 'libimage/Makefile')
-rw-r--r-- | libimage/Makefile | 2 |
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 |