summaryrefslogtreecommitdiff
path: root/command/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-03-14 23:08:40 +0100
committerJochen Dolze <vdr@dolze.de>2011-03-14 23:08:40 +0100
commit0662afd6d8816713ebeef519b38456d0f57a837b (patch)
treed16c991b8677d6c068d9b20281951097256310cd /command/Makefile
parentad13e186a657a6d2488dcc608ef670804107f4a7 (diff)
downloadvdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.gz
vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.bz2
Added -O3 and -funroll-loops in Makefile
Reverted cutval to 127, adding commandline argument later Fixed demux error with TS files Added more info messages
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 5173b3e..810afa9 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 -O3 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -g -rdynamic -O3 -funroll-loops -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
PKG-CONFIG ?= pkg-config
STRIP ?= strip