summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-02-27 10:06:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-02-27 10:06:06 +0100
commit9f4a264454f28fbace3d589c2ad8e02d60807213 (patch)
tree4d5f9ed473a06ad0e3012c277e5f2064ad7c4c0e /Makefile
parent63fb010fc5559dc0cb0552b044d4326be7c05f19 (diff)
downloadvdr-9f4a264454f28fbace3d589c2ad8e02d60807213.tar.gz
vdr-9f4a264454f28fbace3d589c2ad8e02d60807213.tar.bz2
Changed the compiler optimization flag to -O3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c895cd29..e84849bf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,15 +4,15 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.13 2010/12/29 11:22:56 kls Exp $
+# $Id: Makefile 2.14 2011/02/27 09:59:11 kls Exp $
.DELETE_ON_ERROR:
CC ?= gcc
-CFLAGS ?= -g -O2 -Wall
+CFLAGS ?= -g -O3 -Wall
CXX ?= g++
-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses
LSIDIR = ./libsi
DESTDIR ?=