From 9933c5a2b1b8815a2fa3e98b7f29be240bbb6d14 Mon Sep 17 00:00:00 2001 From: anbr Date: Tue, 28 Dec 2010 23:16:38 +0100 Subject: Read image : Fill OSD-field with capitalize volume name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3