summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-12-28 23:16:38 +0100
committeranbr <vdr07@deltab.de>2010-12-28 23:16:38 +0100
commit9933c5a2b1b8815a2fa3e98b7f29be240bbb6d14 (patch)
treefcd38e411dac1a2ec8c6426530d0362d70f8a4dc /Makefile
parentb8f076b5b66c7b0236bd8905d63b1206dd427b7d (diff)
downloadvdr-plugin-dvdswitch-9933c5a2b1b8815a2fa3e98b7f29be240bbb6d14.tar.gz
vdr-plugin-dvdswitch-9933c5a2b1b8815a2fa3e98b7f29be240bbb6d14.tar.bz2
Read image : Fill OSD-field with capitalize volume name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8429425..2b78aed 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual -Wno-parentheses
### The directory environment: