summaryrefslogtreecommitdiff
path: root/Make.config.template
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:42:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:42:57 +0100
commit1c86e0127e8d227313b23f52f7e28526a4e5cc2c (patch)
treee2ed1e9b1e63eb66be3fd884cf7609a9c2772485 /Make.config.template
parent580aafd8cc46ba360122e462bdb3556b63ece866 (diff)
downloadvdr-1c86e0127e8d227313b23f52f7e28526a4e5cc2c.tar.gz
vdr-1c86e0127e8d227313b23f52f7e28526a4e5cc2c.tar.bz2
Changed -O2 to -O3 in Make.config.template
Diffstat (limited to 'Make.config.template')
-rw-r--r--Make.config.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/Make.config.template b/Make.config.template
index 3abb7241..1fc8227a 100644
--- a/Make.config.template
+++ b/Make.config.template
@@ -6,15 +6,15 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Make.config.template 2.2 2010/02/06 14:50:03 kls Exp $
+# $Id: Make.config.template 2.3 2011/03/13 13:41:12 kls Exp $
### The C compiler and options:
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
ifdef PLUGIN
CFLAGS += -fPIC