diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-26 10:46:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-26 10:46:12 +0200 |
commit | 07093f79de4196fb3fc5b841b31fffb54b62c634 (patch) | |
tree | 962a068784a4eb464d18097c2b06f74e47023843 /Make.config.template | |
parent | af9266d21c787074f9c7b7a715577a79952edccb (diff) | |
download | vdr-07093f79de4196fb3fc5b841b31fffb54b62c634.tar.gz vdr-07093f79de4196fb3fc5b841b31fffb54b62c634.tar.bz2 |
Removed -fPIC from VDR's and libsi's Makefile
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Make.config.template b/Make.config.template index e307ba91..4a22f655 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,15 +6,15 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 1.8 2006/04/15 12:28:03 kls Exp $ +# $Id: Make.config.template 1.9 2006/05/26 10:41:46 kls Exp $ ### The C compiler and options: CC = gcc -CFLAGS = -O2 +CFLAGS = -g -O2 -Wall CXX = g++ -CXXFLAGS = -fPIC -g -O2 -Wall -Woverloaded-virtual +CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual ### The directory environment: |