Removed -fPIC from VDR's and libsi's Makefile

This commit is contained in:
Klaus Schmidinger
2006-05-26 10:46:12 +02:00
parent af9266d21c
commit 07093f79de
5 changed files with 12 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
#
# Makefile for a libsi
#
# $Id: Makefile 1.5 2005/05/29 11:30:00 kls Exp $
# $Id: Makefile 1.6 2006/05/26 10:40:19 kls Exp $
### The C++ compiler and options:
CXX ?= g++
CXXFLAGS ?= -fPIC -O2 -g -Wall -Woverloaded-virtual
CXXFLAGS ?= -O2 -g -Wall -Woverloaded-virtual
AR = ar
ARFLAGS = ru
RANLIB = ranlib