summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-12 17:22:13 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-12 17:22:13 +0100
commite2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3 (patch)
tree8c60e111d365f057e566776a7e8e4afc8239c171 /Makefile
parent94dd6f768ab19fa3af4ff2a9b72a6c18951e7601 (diff)
downloadvdr-plugin-tvonscreen-e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3.tar.gz
vdr-plugin-tvonscreen-e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3.tar.bz2
Dropped XLFont option, code cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3492a7..c2f30dd 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $PLUGIN.cpp | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -fPIC -g -O2 -Wall -pedantic -Wextra -Woverloaded-virtual -Wno-parentheses
### The directory environment: