summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Tusche <chr13@gmx.net>2007-05-06 17:26:51 +0200
committerThomas Günther <tom@toms-cafe.de>2009-06-04 00:40:07 +0200
commit0b3f86344a87940d324695e0bc9449c35cbf60d4 (patch)
treef4562fbc169695101eaab3bc25e813fc0f0c761a /Makefile
parentac64ce03ec6b5766691ff2da3af6f51ed800792a (diff)
downloadvdr-plugin-text2skin-0b3f86344a87940d324695e0bc9449c35cbf60d4.tar.gz
vdr-plugin-text2skin-0b3f86344a87940d324695e0bc9449c35cbf60d4.tar.bz2
2007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff)
- increased efficiency in drawing list items in the main menu - introduce relative Pos and Size of objects to given BasePos, BaseSize (used to draw list items)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4591578..625d43e 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ ifdef DEBUG
CXXFLAGS += -g -fno-inline
DEFINES += -DDEBUG
else
- CXXFLAGS += -O2 -g
+ CXXFLAGS += -O3
ifdef BENCH
DEFINES += -DBENCH
endif