diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-04-10 15:33:59 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-04-10 15:33:59 +0200 |
| commit | b8fb66fe7f224892070debe4597b53c9beca6eb9 (patch) | |
| tree | d727c1d92262606e629fdaa35c6330f86411f1f4 /plugin/Makefile | |
| parent | 3b55b1b944442a26457fb92ba4147ca79e03b434 (diff) | |
| download | vdr-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/Makefile | 2 |
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: |
