summaryrefslogtreecommitdiff
path: root/plugin/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-04-10 15:33:59 +0200
committerJochen Dolze <vdr@dolze.de>2010-04-10 15:33:59 +0200
commitb8fb66fe7f224892070debe4597b53c9beca6eb9 (patch)
treed727c1d92262606e629fdaa35c6330f86411f1f4 /plugin/Makefile
parent3b55b1b944442a26457fb92ba4147ca79e03b434 (diff)
downloadvdr-plugin-markad-b8fb66fe7f224892070debe4597b53c9beca6eb9.tar.gz
vdr-plugin-markad-b8fb66fe7f224892070debe4597b53c9beca6eb9.tar.bz2
Added more setup options, added MARK svdrp command
Diffstat (limited to 'plugin/Makefile')
-rw-r--r--plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile b/plugin/Makefile
index 82cf02c..9a2ffde 100644
--- a/plugin/Makefile
+++ b/plugin/Makefile
@@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g -O2 -pedantic -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
### The directory environment: