Added compiler options "-fPIC -g" to all plugins

This commit is contained in:
Klaus Schmidinger
2005-11-11 13:22:02 +01:00
parent d563468aec
commit a311ea003e
11 changed files with 24 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile 1.1 2004/05/31 14:14:00 kls Exp $
# $Id: Makefile 1.2 2005/11/11 13:20:14 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual
### The directory environment: