summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2012-04-04 22:20:59 +0200
committeretobi <git@e-tobi.net>2012-04-04 22:20:59 +0200
commit68fc8c22d30b658162fffbc07aaa3d9706b3d982 (patch)
tree9bb047926ed6e47f7d5dc88fda2a1b3a5e02ec56
parent57dc943d3821c06ab301f062885c6bbaed0a2277 (diff)
downloadvdr-plugin-osdteletext-68fc8c22d30b658162fffbc07aaa3d9706b3d982.tar.gz
vdr-plugin-osdteletext-68fc8c22d30b658162fffbc07aaa3d9706b3d982.tar.bz2
Allow to override the CXXFLAGS
-rw-r--r--HISTORY3
-rw-r--r--Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 84030a3..53260d9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
VDR Plugin 'osdteletext' Revision History
-----------------------------------------
+2012-xx-xx: version x.x.x
+- Allow to override the CXXFLAGS
+
2012-04-03: version 0.9.3
- VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro
vdrportal.de
diff --git a/Makefile b/Makefile
index 976a082..d0d831d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
-OPTLEVEL ?= 2
-CXXFLAGS = -O$(OPTLEVEL) -g -Wall -Werror -Woverloaded-virtual -fPIC -DPIC
+CXX ?= g++
+CXXFLAGS ?= -fPIC -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses
### The directory environment: