diff options
| author | etobi <git@e-tobi.net> | 2012-04-04 22:20:59 +0200 |
|---|---|---|
| committer | etobi <git@e-tobi.net> | 2012-04-04 22:20:59 +0200 |
| commit | 68fc8c22d30b658162fffbc07aaa3d9706b3d982 (patch) | |
| tree | 9bb047926ed6e47f7d5dc88fda2a1b3a5e02ec56 /Makefile | |
| parent | 57dc943d3821c06ab301f062885c6bbaed0a2277 (diff) | |
| download | vdr-plugin-osdteletext-68fc8c22d30b658162fffbc07aaa3d9706b3d982.tar.gz vdr-plugin-osdteletext-68fc8c22d30b658162fffbc07aaa3d9706b3d982.tar.bz2 | |
Allow to override the CXXFLAGS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
