summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-05-26 10:46:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-05-26 10:46:12 +0200
commit07093f79de4196fb3fc5b841b31fffb54b62c634 (patch)
tree962a068784a4eb464d18097c2b06f74e47023843 /Makefile
parentaf9266d21c787074f9c7b7a715577a79952edccb (diff)
downloadvdr-07093f79de4196fb3fc5b841b31fffb54b62c634.tar.gz
vdr-07093f79de4196fb3fc5b841b31fffb54b62c634.tar.bz2
Removed -fPIC from VDR's and libsi's Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7adebcc9..7b542eb5 100644
--- a/Makefile
+++ b/Makefile
@@ -4,15 +4,15 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.92 2006/05/19 12:00:32 kls Exp $
+# $Id: Makefile 1.93 2006/05/26 10:42:17 kls Exp $
.DELETE_ON_ERROR:
CC ?= gcc
-CFLAGS ?= -O2
+CFLAGS ?= -g -O2 -Wall
CXX ?= g++
-CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual
LSIDIR = ./libsi
MANDIR = /usr/local/man