summaryrefslogtreecommitdiff
path: root/command/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-03-13 22:38:04 +0100
committerJochen Dolze <vdr@dolze.de>2011-03-13 22:38:04 +0100
commitad13e186a657a6d2488dcc608ef670804107f4a7 (patch)
tree7b5a34fbce92b5038a4bf3cf1d31374f861568b2 /command/Makefile
parenta9829b55f99465d6194de0e8e8fb648d24d79317 (diff)
downloadvdr-plugin-markad-ad13e186a657a6d2488dcc608ef670804107f4a7.tar.gz
vdr-plugin-markad-ad13e186a657a6d2488dcc608ef670804107f4a7.tar.bz2
Changed order of detection modes in video.cpp
Changed position of start/stop detection
Diffstat (limited to 'command/Makefile')
-rw-r--r--command/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile
index e1ab816..5173b3e 100644
--- a/command/Makefile
+++ b/command/Makefile
@@ -12,7 +12,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -g -rdynamic -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -g -rdynamic -O3 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
PKG-CONFIG ?= pkg-config
STRIP ?= strip