From 0662afd6d8816713ebeef519b38456d0f57a837b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 14 Mar 2011 23:08:40 +0100 Subject: 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 --- command/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/Makefile') 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 -- cgit v1.2.3